File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1+ 2021-01-29 Theodora Lo <tlo@bcgsc.ca>
2+
3+ * Release version 1.2.1
4+ * Added `arcs-make` to `tar.gz`
5+
162021-01-19 Theodora Lo <tlo@bcgsc.ca>
27
38 * Release version 1.2.0
Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ clean:
164164 @echo " Clean Done"
165165
166166version :
167- @echo " arcs-make v1.2.0 "
167+ @echo " arcs-make v1.2.1 "
168168
169169# Preprocessing
170170
Original file line number Diff line number Diff line change 22# Process this file with autoconf to produce a configure script.
33
44AC_PREREQ ( 2.59 )
5- AC_INIT ( arcs , 1.2.0 , rwarren@bcgsc.ca )
5+ AC_INIT ( arcs , 1.2.1 , rwarren@bcgsc.ca )
66AM_INIT_AUTOMAKE ( [ foreign subdir-objects] )
77AC_CONFIG_SRCDIR ( [ Arcs/Arcs.cpp] )
88AC_CONFIG_HEADER([ config.h] )
You can’t perform that action at this time.
0 commit comments