Skip to content

Commit

Permalink
Merge pull request #256 from shintaro-iwasaki/release1.1a
Browse files Browse the repository at this point in the history
Argobots release 1.1a1
  • Loading branch information
shintaro-iwasaki committed Oct 7, 2020
2 parents a9937e2 + cb5ebfb commit c651149
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions maint/release.pl
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ sub run_cmd
run_cmd("rm -rf README.md");
run_cmd("find . -name autom4te.cache | xargs rm -rf");
run_cmd("find . -name .gitignore | xargs rm -rf");
run_cmd("find . -name .github | xargs rm -rf");
run_cmd("find . -name .tmp | xargs rm -rf");
print("done\n");

Expand Down
2 changes: 1 addition & 1 deletion maint/version.m4
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# See COPYRIGHT in top-level directory.
#

m4_define([ABT_VERSION_m4],[1.0])dnl
m4_define([ABT_VERSION_m4],[1.1a1])dnl
m4_define([ABT_RELEASE_DATE_m4],[unreleased development copy])dnl

# For libtool ABI versioning rules see:
Expand Down

0 comments on commit c651149

Please sign in to comment.