diff options
author | Bradley Smith | 2008-08-03 19:58:54 +0100 |
---|---|---|
committer | Bradley Smith | 2008-08-03 19:58:54 +0100 |
commit | 9ca33461aa5d305756e08d45eab6862fbd66c585 (patch) | |
tree | 3f72460771c2bb69dd7b033ab56cc8b8f7765406 | |
parent | Correct Window title. (diff) | |
download | gnurobots-9ca33461aa5d305756e08d45eab6862fbd66c585.tar.gz |
Bump version to 1.2.0
Signed-off-by: Bradley Smith <brad@brad-smith.co.uk>
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 8fb7b15..c3e1af2 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ ## along with GNU Robots. If not, see <http://www.gnu.org/licenses/>. dnl Process this file with autoconf to produce a configure script. -AC_INIT([GNU Robots], [1.1.1], [brad@brad-smith.co.uk], [gnurobots]) +AC_INIT([GNU Robots], [1.2.0], [brad@brad-smith.co.uk], [gnurobots]) AC_PREREQ([2.59]) AM_CONFIG_HEADER([config.h]) AC_CONFIG_SRCDIR([include/api.h]) |