diff --git a/README b/README index 128c3afea..96a771d94 100644 --- a/README +++ b/README @@ -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 diff --git a/configure.ac b/configure.ac index acd5e6a78..9707b1d97 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.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])