Skip to content

Commit c651149

Browse files
Merge pull request #256 from shintaro-iwasaki/release1.1a
Argobots release 1.1a1
2 parents a9937e2 + cb5ebfb commit c651149

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

maint/release.pl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,7 @@ sub run_cmd
206206
run_cmd("rm -rf README.md");
207207
run_cmd("find . -name autom4te.cache | xargs rm -rf");
208208
run_cmd("find . -name .gitignore | xargs rm -rf");
209+
run_cmd("find . -name .github | xargs rm -rf");
209210
run_cmd("find . -name .tmp | xargs rm -rf");
210211
print("done\n");
211212

maint/version.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# See COPYRIGHT in top-level directory.
44
#
55

6-
m4_define([ABT_VERSION_m4],[1.0])dnl
6+
m4_define([ABT_VERSION_m4],[1.1a1])dnl
77
m4_define([ABT_RELEASE_DATE_m4],[unreleased development copy])dnl
88

99
# For libtool ABI versioning rules see:

0 commit comments

Comments
 (0)