Skip to content

Commit

Permalink
Release v0.42
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhaval Giani committed Jan 10, 2020
1 parent 6d766f9 commit bd26c0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure.in
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],[0.42.rc1])
AC_INIT([libcgroup],[0.42])

AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIRS([m4])
Expand All @@ -30,7 +30,7 @@ AC_SUBST(LIBRARY_VERSION_MINOR, 0)
AC_SUBST(LIBRARY_VERSION_RELEASE, 42)

# we do not want static libraries
AC_DISABLE_STATIC
#AC_DISABLE_STATIC

AM_PROG_AR
LT_INIT
Expand Down

0 comments on commit bd26c0e

Please sign in to comment.