Commit 0aed416c authored by Sandrine Avakian's avatar Sandrine Avakian
Browse files

Increment version number

Showing with 5 additions and 4 deletions
......@@ -21,7 +21,7 @@
############################################################################
cmake_minimum_required(VERSION 3.0)
project(mswebrtc VERSION 1.0.0 LANGUAGES C)
project(mswebrtc VERSION 1.1.0 LANGUAGES C)
set(PACKAGE "${PROJECT_NAME}")
......
mswebrtc-1.0.0 -- June xx, 2016
* iLBC codec
mswebrtc-1.0.0 -- August 17th, 2016
* Adding iLBC build support for autotools.
* iLBC codec.
* MSFactory - changing init to use MSFactory.
# -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.
AC_INIT([mswebrtc],[1.0.0])
AC_INIT([mswebrtc],[1.1.0])
AC_PREREQ(2.63)
AC_CONFIG_AUX_DIR([build-aux])
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment