Skip to content

Commit b74e00f

Browse files
authored
Merge pull request #105 from bcgsc/1.2.1
ARCS release 1.2.1
2 parents 83cbaa2 + b7e75df commit b74e00f

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2021-01-29 Theodora Lo <tlo@bcgsc.ca>
2+
3+
* Release version 1.2.1
4+
* Added `arcs-make` to `tar.gz`
5+
16
2021-01-19 Theodora Lo <tlo@bcgsc.ca>
27

38
* Release version 1.2.0

Examples/arcs-make

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ clean:
164164
@echo "Clean Done"
165165

166166
version:
167-
@echo "arcs-make v1.2.0"
167+
@echo "arcs-make v1.2.1"
168168

169169
#Preprocessing
170170

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Process this file with autoconf to produce a configure script.
33

44
AC_PREREQ(2.59)
5-
AC_INIT(arcs, 1.2.0, rwarren@bcgsc.ca)
5+
AC_INIT(arcs, 1.2.1, rwarren@bcgsc.ca)
66
AM_INIT_AUTOMAKE([foreign subdir-objects])
77
AC_CONFIG_SRCDIR([Arcs/Arcs.cpp])
88
AC_CONFIG_HEADER([config.h])

0 commit comments

Comments
 (0)