Skip to content

Commit 002a2b1

Browse files
committed
Back to development
1 parent 55817c6 commit 002a2b1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: configure.ac

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
AC_INIT([ancient], [2.2.0], [https://github.com/temisu/ancient/issues], [ancient], [https://github.com/temisu/ancient/])
2+
AC_INIT([ancient], [2.3.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.2.0], [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=2
26+
LIBANCIENT_LTVER_REVISION=3
2727
LIBANCIENT_LTVER_AGE=0
2828
#
2929

Diff for: main.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ int main(int argc,char **argv)
7474
{
7575
auto usage=[]()
7676
{
77-
fprintf(stderr, "Ancient v2.2.0\n"
77+
fprintf(stderr, "Ancient v2.3.0-pre0\n"
7878
"Copyright (C) Teemu Suutari\n"
7979
"\n"
8080
"Usage: ancient i[dentify] packed_input_files...\n"

0 commit comments

Comments
 (0)