summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2009-10-08 16:44:28 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2009-10-08 16:44:28 +0200
commitc70907d9ed68790ef68f41a835b0df370581c7b1 (patch)
tree917cd8367253186b7940593cdd78513daacdec88
parent03a232c3df80e40d36dd6beffb9d563e264e8881 (diff)
downloadptx-sisyphus-c70907d9ed68790ef68f41a835b0df370581c7b1.tar.gz
ptx-sisyphus-c70907d9ed68790ef68f41a835b0df370581c7b1.tar.xz
version 1.2.0v1.2.0
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index bd3331d..1e57411 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.59)
-AC_INIT([ptx-sisyphus], [0.0.0], [bugs@pengutronix.de])
+AC_INIT([ptx-sisyphus], [1.2.0], [bugs@pengutronix.de])
AC_CONFIG_HEADERS([include/ptx-sisyphus_config.h])
AC_CONFIG_SRCDIR([src/alignment.c])
AC_CONFIG_MACRO_DIR([config/m4])