diff options
author | Rob Bradford <rob@o-hand.com> | 2008-09-17 09:55:21 +0000 |
---|---|---|
committer | rob <rob@aea7fca7-3721-49c4-ace3-ac8c44b998bb> | 2008-09-17 09:55:21 +0000 |
commit | 9bce20cc804786f8503505aabc8831c3e9d367fa (patch) | |
tree | 9f1a39f9f89517df868ca6ed3b6920eb862d91ae | |
parent | cb770e63f81504e225cfe272e36a9d81790bbef9 (diff) | |
download | anjuta-poky-9bce20cc804786f8503505aabc8831c3e9d367fa.tar.gz anjuta-poky-9bce20cc804786f8503505aabc8831c3e9d367fa.tar.bz2 anjuta-poky-9bce20cc804786f8503505aabc8831c3e9d367fa.zip |
2008-09-17 Rob Bradford <rob@linux.intel.com>
* configure.ac:
Release 0.6.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,5 +1,10 @@ 2008-09-17 Rob Bradford <rob@linux.intel.com> + * configure.ac: + Release 0.6. + +2008-09-17 Rob Bradford <rob@linux.intel.com> + * README: Update Anjuta version details in README. diff --git a/configure.ac b/configure.ac index 567c245..5766e67 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.5) +AC_INIT(anjuta-plugin-sdk, 0.6) AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION) AM_CONFIG_HEADER(config.h) |