diff options
author | Ross Burton <ross@o-hand.com> | 2008-05-19 14:47:40 +0000 |
---|---|---|
committer | ross <ross@aea7fca7-3721-49c4-ace3-ac8c44b998bb> | 2008-05-19 14:47:40 +0000 |
commit | fdabb9014f30da2ff979f969cce6338480d81ca7 (patch) | |
tree | 67ba698399726f5ba39c9b7ca9672782e1ab79de | |
parent | 15cb3a2fe3f3ab0347ca6f42efaba05320df024c (diff) | |
download | anjuta-poky-fdabb9014f30da2ff979f969cce6338480d81ca7.tar.gz anjuta-poky-fdabb9014f30da2ff979f969cce6338480d81ca7.tar.bz2 anjuta-poky-fdabb9014f30da2ff979f969cce6338480d81ca7.zip |
2008-05-19 Ross Burton <ross@openedhand.com>
* configure.ac:
Version 0.5.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -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) |