Skip to content

Commit

Permalink
Merge pull request #105 from bcgsc/1.2.1
Browse files Browse the repository at this point in the history
ARCS release 1.2.1
  • Loading branch information
theottlo authored Jan 29, 2021
2 parents 83cbaa2 + b7e75df commit b74e00f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2021-01-29 Theodora Lo <[email protected]>

* Release version 1.2.1
* Added `arcs-make` to `tar.gz`

2021-01-19 Theodora Lo <[email protected]>

* Release version 1.2.0
Expand Down
2 changes: 1 addition & 1 deletion Examples/arcs-make
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ clean:
@echo "Clean Done"

version:
@echo "arcs-make v1.2.0"
@echo "arcs-make v1.2.1"

#Preprocessing

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ(2.59)
AC_INIT(arcs, 1.2.0, [email protected])
AC_INIT(arcs, 1.2.1, [email protected])
AM_INIT_AUTOMAKE([foreign subdir-objects])
AC_CONFIG_SRCDIR([Arcs/Arcs.cpp])
AC_CONFIG_HEADER([config.h])
Expand Down

0 comments on commit b74e00f

Please sign in to comment.