Skip to content

Commit

Permalink
Version bump to 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
scwatts committed Mar 28, 2018
1 parent 9d797d3 commit 53cc016
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.1], [[email protected]])
AC_INIT([genome_painter], [0.0.3], [[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.2");
const std::string VERSION ("0.0.3");

0 comments on commit 53cc016

Please sign in to comment.