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 b5ee2f5..b2857a4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-05-19 Ross Burton <ross@openedhand.com>
+
+ * configure.ac:
+ Version 0.5.
+
2008-04-25 Rob Bradford,,, <rob@openedhand.com>
* src/anjuta-plugin-sdk.ui:
diff --git a/configure.ac b/configure.ac
index 543261b..567c245 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.4.1)
+AC_INIT(anjuta-plugin-sdk, 0.5)
AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
AM_CONFIG_HEADER(config.h)