summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBradley Smith2008-03-09 00:18:58 +0000
committerBradley Smith2008-03-09 00:18:58 +0000
commitfff29ac0aa6e071569023bddfdfd9f55dfc17fb5 (patch)
treecc4c1bbb4245aebbaafa7392dc481880b960b0c8
parentTidy up x11plugin.c and make window respond to close events. (diff)
downloadgnurobots-fff29ac0aa6e071569023bddfdfd9f55dfc17fb5.tar.gz
Change version to 1.0.90
Signed-off-by: Bradley Smith <brad@brad-smith.co.uk>
-rw-r--r--ChangeLog2
-rw-r--r--configure.ac2
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 2966efe..fd1f20b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,8 @@
Change deprecated SCM_STRING_CHARS to scm_to_locale_string
* lib/x11plugin.c:
Make window respond to DestroyNotify and ClientMessage
+ * configure.ac:
+ Change version to 1.0.90 for prerelease
2008-03-08 Bradley Smith <brad@brad-smith.co.uk>
diff --git a/configure.ac b/configure.ac
index 24751c5..ec253e6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -19,7 +19,7 @@ dnl Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
dnl
dnl Process this file with autoconf to produce a configure script.
-AC_INIT([GNU Robots], [1.1], [brad@brad-smith.co.uk], [gnurobots])
+AC_INIT([GNU Robots], [1.0.90], [brad@brad-smith.co.uk], [gnurobots])
AC_PREREQ([2.59])
AM_CONFIG_HEADER([config.h])
AC_CONFIG_AUX_DIR([build])