Browse Source

bump version to 0.5.0

Signed-off-by: Steve Markgraf <steve@steve-m.de>
Steve Markgraf 12 years ago
parent
commit
af1e2d29e8
2 changed files with 3 additions and 3 deletions
  1. 2 2
      CMakeLists.txt
  2. 1 1
      src/Makefile.am

+ 2 - 2
CMakeLists.txt

@@ -39,8 +39,8 @@ endif()
 
 # Set the version information here
 set(VERSION_INFO_MAJOR_VERSION 0) # increment major on api compatibility changes
-set(VERSION_INFO_MINOR_VERSION 0) # increment minor on feature-level changes
-set(VERSION_INFO_PATCH_VERSION git) # increment patch for bug fixes and docs
+set(VERSION_INFO_MINOR_VERSION 5) # increment minor on feature-level changes
+set(VERSION_INFO_PATCH_VERSION 0) # increment patch for bug fixes and docs
 include(Version) # setup version info
 
 ########################################################################

+ 1 - 1
src/Makefile.am

@@ -1,6 +1,6 @@
 # This is _NOT_ the library release version, it's an API version.
 # Please read Chapter 6 "Library interface versions" of the libtool documentation before making any modification
-LIBVERSION=0:0:0
+LIBVERSION=0:5:0
 
 INCLUDES = $(all_includes) -I$(top_srcdir)/include
 AM_CFLAGS = ${CFLAGS} -fPIC ${SYMBOL_VISIBILITY}