aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 8641aa7..e27f9f0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2008-11-14 Ross Burton <ross@linux.intel.com>
+ * configure.ac:
+ Version 2.0!
+
+2008-11-14 Ross Burton <ross@linux.intel.com>
+
* applets/brightness/data/Makefile.am:
Dist the images.
diff --git a/configure.ac b/configure.ac
index ca0a961..d40ac2e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.53)
-AC_INIT(matchbox-panel, 0.1, http://www.openedhand.com/)
+AC_INIT(matchbox-panel, 2.0, http://www.openedhand.com/)
AM_INIT_AUTOMAKE()
AC_CONFIG_SRCDIR(matchbox-panel/mb-panel.c)
AM_CONFIG_HEADER(config.h)