Incremented version number and fixed matlab reference in README

release/4.3a0
Alex Cunningham 2011-06-14 13:18:29 +00:00
parent 3c7836cf4d
commit e5d486c1b6
2 changed files with 3 additions and 3 deletions

2
README
View File

@ -68,7 +68,7 @@ For Debugging (Linux or MacPorts g++ compilers):
LDFLAGS="-fno-inline -g -Wall"
For Performance:
./configure CXXFLAGS="-DNDEBUG -O3" LDFLAGS="-O3" --with-toolbox=$HOME/toolbox/
./configure CXXFLAGS="-DNDEBUG -O3" LDFLAGS="-O3"
After that (this would be for an in-source build, see next for out-of-source):
$ make

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.2, dellaert@cc.gatech.edu)
AM_INIT_AUTOMAKE(gtsam, 0.9.2)
AC_INIT(gtsam, 0.9.3, dellaert@cc.gatech.edu)
AM_INIT_AUTOMAKE(gtsam, 0.9.3)
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_HEADER([config.h])
AC_CONFIG_SRCDIR([CppUnitLite/Test.cpp])