Incremented version to 0.9.2

release/4.3a0
Richard Roberts 2010-12-21 18:22:30 +00:00
parent a8a584d38e
commit 2b69e340e5
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.
AC_PREREQ(2.59)
AC_INIT(gtsam, 0.9.1, dellaert@cc.gatech.edu)
AM_INIT_AUTOMAKE(gtsam, 0.9.1)
AC_INIT(gtsam, 0.9.2, dellaert@cc.gatech.edu)
AM_INIT_AUTOMAKE(gtsam, 0.9.2)
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_HEADER([config.h])
AC_CONFIG_SRCDIR([CppUnitLite/Test.cpp])