Bugzilla – Bug 203
adjust configure.ac to new release 4.1.1
Last modified: 2012-07-12 02:13:34 MDT
You need to log in before you can comment on or make changes to this bug.
The configure.ac in trunk still containt 4.1.0 as version info must be updated to 4.1.1 {{{ Index: configure.ac =================================================================== --- configure.ac (revision 6514) +++ configure.ac (working copy) @@ -30,7 +30,7 @@ dnl by John Rosenquist (jrosenquist@adaptivecomputing.com) AC_PREREQ(2.53) -AC_INIT([torque], [4.1.0], [torqueusers@supercluster.org]) +AC_INIT([torque], [4.1.1], [torqueusers@supercluster.org]) AC_REVISION($Revision$) AC_CONFIG_SRCDIR([src/cmds/qrun.c]) AC_CONFIG_AUX_DIR([buildutils]) }}}