We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a9937e2 + cb5ebfb commit c651149Copy full SHA for c651149
maint/release.pl
@@ -206,6 +206,7 @@ sub run_cmd
206
run_cmd("rm -rf README.md");
207
run_cmd("find . -name autom4te.cache | xargs rm -rf");
208
run_cmd("find . -name .gitignore | xargs rm -rf");
209
+run_cmd("find . -name .github | xargs rm -rf");
210
run_cmd("find . -name .tmp | xargs rm -rf");
211
print("done\n");
212
maint/version.m4
@@ -3,7 +3,7 @@
3
# See COPYRIGHT in top-level directory.
4
#
5
6
-m4_define([ABT_VERSION_m4],[1.0])dnl
+m4_define([ABT_VERSION_m4],[1.1a1])dnl
7
m4_define([ABT_RELEASE_DATE_m4],[unreleased development copy])dnl
8
9
# For libtool ABI versioning rules see:
0 commit comments