aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChad Versace <chad.versace@linux.intel.com>2012-05-23 12:12:50 -0700
committerChad Versace <chad.versace@linux.intel.com>2012-05-23 12:33:21 -0700
commita80b8a12ce3dba6b1726b718e3de47e50f34f450 (patch)
tree35082294fe5464863c916688f2c44d718b409f78
parent893ba48bf7c46cc0bbddb3eb0ac98242379f7e25 (diff)
downloadwaffle-a80b8a12ce3dba6b1726b718e3de47e50f34f450.tar.gz
cmake: Bump version to 0.3.1
Bump soversion 2.0.0 -> 2.1.0. Signed-off-by: Chad Versace <chad.versace@linux.intel.com>
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index aeaf4ae..2aaa09c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -16,14 +16,14 @@ project(waffle C)
cmake_minimum_required(VERSION 2.8)
# Release version.
-set(waffle_version 0.3)
+set(waffle_version 0.3.1)
# Library version.
#
# The library version scheme follows the libtool guidelines and is independent
# of the release version. It is appended to libwaffle.so as libwaffle.so.X.X.X.
# See http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html.
-set(waffle_so_version "2.0.0")
+set(waffle_so_version "2.1.0")
# ------------------------------------------------------------------------------
# Waffle Options