diff options
author | Chad Versace <chad.versace@linux.intel.com> | 2012-04-11 17:06:54 -0700 |
---|---|---|
committer | Chad Versace <chad.versace@linux.intel.com> | 2012-04-11 18:05:26 -0700 |
commit | 113e5deb1c6b8972c821f3585e1754816ebb388e (patch) | |
tree | 1bf4c53be8e6041d94c9cbc677b73aedb2c66b58 | |
parent | 593d52f7e0b53d814a331b6555062c39771081fd (diff) |
cmake: Bump version to 0.20.2
Bump soversion 0.0.0 -> 1.0.0. Age drops to 0 because WAFFLE_DONT_CARE has
changed value.
Signed-off-by: Chad Versace <chad.versace@linux.intel.com>
-rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index cb22574..a2fcb32 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.1) +set(waffle_version 0.2) # 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 "0.0.0") +set(waffle_so_version "1.0.0") # ------------------------------------------------------------------------------ # Waffle Options |