[torquedev] [Bug 203] New: adjust configure.ac to new release 4.1.1
bugzilla-daemon at supercluster.org
bugzilla-daemon at supercluster.org
Thu Jul 12 02:13:36 MDT 2012
http://www.clusterresources.com/bugzilla/show_bug.cgi?id=203
Summary: adjust configure.ac to new release 4.1.1
Product: TORQUE
Version: 4.0.*
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P5
Component: pbs_server
AssignedTo: dbeer at adaptivecomputing.com
ReportedBy: basv at sara.nl
CC: torquedev at supercluster.org
Estimated Hours: 0.0
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 at adaptivecomputing.com)
AC_PREREQ(2.53)
-AC_INIT([torque], [4.1.0], [torqueusers at supercluster.org])
+AC_INIT([torque], [4.1.1], [torqueusers at supercluster.org])
AC_REVISION($Revision$)
AC_CONFIG_SRCDIR([src/cmds/qrun.c])
AC_CONFIG_AUX_DIR([buildutils])
}}}
--
Configure bugmail: http://www.clusterresources.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the torquedev
mailing list