Skip to content

Commit

Permalink
configure.ac: Update version number to v3.0.0
Browse files Browse the repository at this point in the history
Update both the package and library version numbers to v3.0.0

Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
  • Loading branch information
drakenclimber committed Aug 4, 2022
1 parent a2340ab commit be729ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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.0.0])

AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIRS([m4])
Expand All @@ -19,7 +19,7 @@ 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_MAJOR, 3)
AC_SUBST(LIBRARY_VERSION_MINOR, 0)
AC_SUBST(LIBRARY_VERSION_RELEASE, 0)

Expand Down

0 comments on commit be729ca

Please sign in to comment.