diff --git a/CMakeLists.txt b/CMakeLists.txt
index dc3fffc700c0344af5001bba672eb8c630d17dea..c13d1193d7566a1ec0c7c1c5698adf5d362353aa 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -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}")
diff --git a/NEWS b/NEWS
index 64ef75151987b2fa1fbf83a5a947e528a1d5a3c4..410482b95c783175a9ac69aeba44dc980979e27d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,5 @@
-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.
 
diff --git a/configure.ac b/configure.ac
index c1b7872256e122f90526bd4d9c73eaac39d2d924..43461f34c4d039b52e453ae64ae2611760f330d3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
 #                                               -*- 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])