]> git.ipfire.org Git - thirdparty/libcgroup.git/commitdiff
configure: Roll version to 3.1.0 v3.1.0
authorTom Hromatka <tom.hromatka@oracle.com>
Fri, 28 Jul 2023 20:12:30 +0000 (14:12 -0600)
committerTom Hromatka <tom.hromatka@oracle.com>
Fri, 28 Jul 2023 20:12:30 +0000 (14:12 -0600)
Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
configure.ac

index 442f1b7b9d958c7d41c60271b622592328acba17..341a5756c4200e893d7e6752d212411d826a5871 100644 (file)
@@ -9,7 +9,7 @@
 AC_PREREQ([2.69])
 
 # In following section update all occurences of version, including soname
-AC_INIT([libcgroup],[0.0.0])
+AC_INIT([libcgroup],[3.1.0])
 
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_MACRO_DIRS([m4])
@@ -19,8 +19,8 @@ AM_INIT_AUTOMAKE([foreign dist-bzip2 subdir-objects])
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
 
 # set library version, soname is libcgroup.so.MAJOR
-AC_SUBST(LIBRARY_VERSION_MAJOR, 0)
-AC_SUBST(LIBRARY_VERSION_MINOR, 0)
+AC_SUBST(LIBRARY_VERSION_MAJOR, 3)
+AC_SUBST(LIBRARY_VERSION_MINOR, 1)
 AC_SUBST(LIBRARY_VERSION_RELEASE, 0)
 
 # we do not want static libraries