summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDanny Baumann <dannybaumann@web.de>2008-01-31 09:26:12 +0100
committerDanny Baumann <dannybaumann@web.de>2008-01-31 09:26:12 +0100
commitc0d7f2cde4db0d1404eb6cda611a21f996591192 (patch)
tree5659fbd24ef727f915055efc45f1d4e598858f7d /configure.ac
parent4416007679541a9e144e3b8a5365adeaaddb04c8 (diff)
Bump decorator interface version as decoration atom names changed.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 5ed7765d..5fddf571 100644
--- a/configure.ac
+++ b/configure.ac
@@ -24,7 +24,7 @@ AC_PROG_INTLTOOL([0.23])
AM_MAINTAINER_MODE
dnl decorator interface version
-AC_DEFINE(DECOR_INTERFACE_VERSION, 20070319, [Decorator interface version])
+AC_DEFINE(DECOR_INTERFACE_VERSION, 20080131, [Decorator interface version])
AC_ISC_POSIX
AC_PROG_CC