Skip to content

Commit

Permalink
release 1.2.1 (#40)
Browse files Browse the repository at this point in the history
* release 1.2.1

* ChangeLog: update version number

Co-Authored-By: Lauren Coombe <[email protected]>

Co-authored-by: Lauren Coombe <[email protected]>
  • Loading branch information
jwcodee and lcoombe authored Jan 27, 2020
1 parent b14e327 commit 741c941
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2020-01-27 Johnathan Wong <[email protected]>

* Release version 1.2.1
* Fixed a bug with reading fasta files

2020-01-24 Johnathan Wong <[email protected]>

* Release version 1.2.0
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AC_PREREQ(2.62)
AC_INIT(NTCARD, 1.2.0, [email protected], ntcard,
AC_INIT(NTCARD, 1.2.1, [email protected], ntcard,
https://github.com/bcgsc/ntCard)
# add 'foreign' to allow README.md instead of README
AM_INIT_AUTOMAKE([foreign subdir-objects])
Expand Down
2 changes: 1 addition & 1 deletion ntcard.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#define PROGRAM "ntCard"

static const char VERSION_MESSAGE[] =
PROGRAM " 1.2.0 \n"
PROGRAM " 1.2.1 \n"
"Written by Hamid Mohamadi.\n"
"Copyright 2018 Hamid Mohamadi, Licensed under MIT License\n";

Expand Down
2 changes: 1 addition & 1 deletion nthll.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#define PROGRAM "nthll"

static const char VERSION_MESSAGE[] =
PROGRAM " 1.2.0 \n"
PROGRAM " 1.2.1 \n"
"Written by Hamid Mohamadi.\n"
"Copyright 2018 Hamid Mohamadi, Licensed under MIT License\n";

Expand Down

0 comments on commit 741c941

Please sign in to comment.