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 3301e60..fa8058a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2008-02-19 Rob Bradford <rob@openedhand.com>
+ * configure.ac:
+ Release 0.4.1.
+
+2008-02-19 Rob Bradford <rob@openedhand.com>
+
* src/plugin.c: (anjuta_plugin_sdk_deactivate):
Ensure we nullify string pointers after freeing them in the
deactivate function and add a comment why we are doing this.
diff --git a/configure.ac b/configure.ac
index bcf082a..543261b 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.0)
+AC_INIT(anjuta-plugin-sdk, 0.4.1)
AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
AM_CONFIG_HEADER(config.h)