From 2e9b0ebed3a5ccff27f3a5ec782f0c03ded86795 Mon Sep 17 00:00:00 2001 From: Richard Roberts Date: Sat, 23 Oct 2010 16:37:49 +0000 Subject: [PATCH] Set version to 0.9.0 --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index cb3b51dbc..054dc152e 100644 --- a/configure.ac +++ b/configure.ac @@ -2,8 +2,8 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT(gtsam, 0.0.0, dellaert@cc.gatech.edu) -AM_INIT_AUTOMAKE(gtsam, 0.0.0) +AC_INIT(gtsam, 0.9.0, dellaert@cc.gatech.edu) +AM_INIT_AUTOMAKE(gtsam, 0.9.0) AC_OUTPUT(Makefile CppUnitLite/Makefile base/Makefile inference/Makefile linear/Makefile geometry/Makefile nonlinear/Makefile slam/Makefile tests/Makefile wrap/Makefile examples/Makefile examples/vSLAMexample/Makefile) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_HEADER([config.h])