summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlistair Popple <alistair@popple.id.au>2017-07-14 15:54:17 +1000
committerAlistair Popple <alistair@popple.id.au>2017-07-14 15:54:17 +1000
commit55d558edbe6f207150ef0e76bd22a5bba6d8cc3b (patch)
tree9dc2f7ca3da105f0d1dc0cbae6dc00afc9f1491e
parent0c249afbf602c4d2727cec687e754c30e098a7ea (diff)
downloadpdbg-55d558edbe6f207150ef0e76bd22a5bba6d8cc3b.tar.gz
pdbg-55d558edbe6f207150ef0e76bd22a5bba6d8cc3b.zip
configure.ac: Tag version 1.0
Changes: - Move to a generic description of the hw topography using device-tree - General build bugfixes - Build libpdbg as a shared library - Complete support for POWER9 including get/putmem and register operations - Minor code clean-ups 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 298c1e8..11dfe59 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([pdbg], [0.3])
+AC_INIT([pdbg], [1.0])
AM_INIT_AUTOMAKE([subdir-objects])
AC_PROG_CC
OpenPOWER on IntegriCloud