Skip to content

Commit 8caabb1

Browse files
committed
Back to development
1 parent 389437a commit 8caabb1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
AC_INIT([ancient], [2.1.1], [https://github.com/temisu/ancient/issues], [ancient], [https://github.com/temisu/ancient/])
2+
AC_INIT([ancient], [2.2.0-pre.0], [https://github.com/temisu/ancient/issues], [ancient], [https://github.com/temisu/ancient/])
33
# ^^^^^^^^^^^
44
# Package Version
55
#
@@ -23,7 +23,7 @@ AC_INIT([ancient], [2.1.1], [https://github.com/temisu/ancient/issues], [ancient
2323
# * set AGE=0 when the next release is incompatible with the previous release (changed/removed API elements)
2424
# For details, see <https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html>.
2525
LIBANCIENT_LTVER_CURRENT=2
26-
LIBANCIENT_LTVER_REVISION=1
26+
LIBANCIENT_LTVER_REVISION=2
2727
LIBANCIENT_LTVER_AGE=0
2828
#
2929

0 commit comments

Comments
 (0)