From 7c42147e9ca1c8e38c87eb9430aa46930c8e77c4 Mon Sep 17 00:00:00 2001 From: scwatts Date: Tue, 3 Apr 2018 15:47:04 +1000 Subject: [PATCH] Version bump to 0.0.4 --- configure.ac | 2 +- src/lib/version.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 472761d..9b690ac 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ # Initialisation -AC_INIT([genome_painter], [0.0.3], [s.watts2@student.unimelb.edu.au]) +AC_INIT([genome_painter], [0.0.4], [s.watts2@student.unimelb.edu.au]) AM_INIT_AUTOMAKE([foreign -Wall -Werror subdir-objects]) # Static compiler option diff --git a/src/lib/version.h b/src/lib/version.h index fa05ab2..33a27a8 100644 --- a/src/lib/version.h +++ b/src/lib/version.h @@ -1 +1 @@ -const std::string VERSION ("0.0.3"); +const std::string VERSION ("0.0.4");