Skip to content

Commit

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

Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
  • Loading branch information
drakenclimber committed May 12, 2022
1 parent 4c4ada8 commit 549d3d5
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 @@ -15,7 +15,7 @@
AC_PREREQ([2.69])

# In following section update all occurences of version, including soname
AC_INIT([libcgroup],[2.0.1])
AC_INIT([libcgroup],[2.0.2])

AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIRS([m4])
Expand All @@ -27,7 +27,7 @@ m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
# set library version, soname is libcgroup.so.MAJOR
AC_SUBST(LIBRARY_VERSION_MAJOR, 2)
AC_SUBST(LIBRARY_VERSION_MINOR, 0)
AC_SUBST(LIBRARY_VERSION_RELEASE, 1)
AC_SUBST(LIBRARY_VERSION_RELEASE, 2)

# we do not want static libraries
#AC_DISABLE_STATIC
Expand Down

0 comments on commit 549d3d5

Please sign in to comment.