Skip to content

Commit

Permalink
Bump version to 1.0.4 and lib version to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlarsson committed May 29, 2024
1 parent 9fd6910 commit f3d6fc2
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
@@ -1,5 +1,5 @@
AC_PREREQ([2.69])
AC_INIT([composefs], [1.0.3], [[email protected]])
AC_INIT([composefs], [1.0.4], [[email protected]])
AC_CONFIG_SRCDIR([tools/mkcomposefs.c])
AC_CONFIG_HEADERS([config.h])
AC_SYS_LARGEFILE
Expand All @@ -21,7 +21,7 @@ AC_SYS_LARGEFILE
# (And never do that lightly)

m4_define([LIBCOMPOSEFS_VERSION_MAJOR], [1])
m4_define([LIBCOMPOSEFS_VERSION_MINOR], [1])
m4_define([LIBCOMPOSEFS_VERSION_MINOR], [2])
m4_define([LIBCOMPOSEFS_VERSION_MICRO], [0])

LT_PREREQ([2.2.6])
Expand Down

0 comments on commit f3d6fc2

Please sign in to comment.