aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--README4
-rw-r--r--configure.ac2
3 files changed, 9 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 348f45c..3b2f4f5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-02-18 Rob Bradford,,, <rob@openedhand.com>
+
+ * README:
+ * configure.ac:
+ Release 0.4.0.
+
2008-02-15 Rob Bradford <rob@openedhand.com>
* src/plugin.c: (action_remote_profile_activate_cb):
diff --git a/README b/README
index c9fc1c8..7627df0 100644
--- a/README
+++ b/README
@@ -27,11 +27,11 @@ Dependencies
* A Poky cross toolchain (this can be fetched fetched by following the links
from http://www.pokylinux.org).
-* Anjuta 2.3.3 or newer (e.g. SVN trunk). Although this can be installed into
+* Anjuta 2.3.4 or newer (e.g. SVN trunk). Although this can be installed into
a custom prefix please ensure you do not have any older versions installed
in other prefixes which might conflict.
-* OProfileUI 0.1.2 or newer (e.g. SVN trunk). [Optional]
+* OProfileUI 0.2.0 or newer (e.g. SVN trunk). [Optional]
Building
diff --git a/configure.ac b/configure.ac
index a72e153..1376731 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.3)
+AC_INIT(anjuta-plugin-sdk, 0.4)
AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
AM_CONFIG_HEADER(config.h)