Incremented version to 0.9.1

release/4.3a0
Richard Roberts 2010-10-26 20:45:29 +00:00
parent 141a23ae6a
commit 8b50cfecc0
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@
# Process this file with autoconf to produce a configure script. # Process this file with autoconf to produce a configure script.
AC_PREREQ(2.59) AC_PREREQ(2.59)
AC_INIT(gtsam, 0.9.0, dellaert@cc.gatech.edu) AC_INIT(gtsam, 0.9.1, dellaert@cc.gatech.edu)
AM_INIT_AUTOMAKE(gtsam, 0.9.0) AM_INIT_AUTOMAKE(gtsam, 0.9.1)
AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_HEADER([config.h]) AC_CONFIG_HEADER([config.h])
AC_CONFIG_SRCDIR([CppUnitLite/Test.cpp]) AC_CONFIG_SRCDIR([CppUnitLite/Test.cpp])