From 1b299508a0b3ccb87587292a47be73aa00c3e732 Mon Sep 17 00:00:00 2001 From: scwatts Date: Wed, 4 Apr 2018 16:18:14 +1000 Subject: [PATCH] Version bump to 0.0.5 --- configure.ac | 2 +- src/lib/version.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 9b690ac..cc1daba 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ # Initialisation -AC_INIT([genome_painter], [0.0.4], [s.watts2@student.unimelb.edu.au]) +AC_INIT([genome_painter], [0.0.5], [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 33a27a8..73184cb 100644 --- a/src/lib/version.h +++ b/src/lib/version.h @@ -1 +1 @@ -const std::string VERSION ("0.0.4"); +const std::string VERSION ("0.0.5");