summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlistair Popple <alistair@popple.id.au>2017-01-09 11:38:30 +1100
committerAlistair Popple <alistair@popple.id.au>2017-01-09 11:38:30 +1100
commite4d626ed4edc3db0b850e71ca0410e343faca950 (patch)
tree82fc4a033f8109bab055ac24279fd489d463d121
parent7a291b4d1230a6f81da080746dd92dce31ea8ac4 (diff)
downloadpdbg-e4d626ed4edc3db0b850e71ca0410e343faca950.tar.gz
pdbg-e4d626ed4edc3db0b850e71ca0410e343faca950.zip
configure.ac: Bump version to 0.2
Several new features have been added (including POWER9 board support) and many bugs fixed since the intial 0.1 release. May as well bump the revision number. Signed-off-by: Alistair Popple <alistair@popple.id.au>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 8b59e48..2051677 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([pdbg], [0.1])
+AC_INIT([pdbg], [0.2])
AM_INIT_AUTOMAKE([subdir-objects])
AC_PROG_CC
OpenPOWER on IntegriCloud