Skip to content

Commit

Permalink
Version bump to 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
scwatts committed Apr 3, 2018
1 parent 7be0975 commit 7c42147
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Initialisation
AC_INIT([genome_painter], [0.0.3], [[email protected]])
AC_INIT([genome_painter], [0.0.4], [[email protected]])
AM_INIT_AUTOMAKE([foreign -Wall -Werror subdir-objects])

# Static compiler option
Expand Down
2 changes: 1 addition & 1 deletion src/lib/version.h
Original file line number Diff line number Diff line change
@@ -1 +1 @@
const std::string VERSION ("0.0.3");
const std::string VERSION ("0.0.4");

0 comments on commit 7c42147

Please sign in to comment.