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 b600501..cb2be78 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2008-01-24 Rob Bradford <rob@openedhand.com>
+ * configure.ac:
+ Bump version.
+
+2008-01-24 Rob Bradford <rob@openedhand.com>
+
* src/anjuta-plugin-sdk.ui:
* src/plugin.c: (action_start_qemu_activate_cb),
(action_remote_profile_activate_cb),
diff --git a/configure.ac b/configure.ac
index 9818199..639a717 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
-AC_INIT(anjuta-plugin-sdk, 0.2)
+AC_INIT(anjuta-plugin-sdk, 0.3)
AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
AM_CONFIG_HEADER(config.h)