Skip to Content.
Sympa Menu

ndt-dev - [ndt-dev] [ndt] r1105 committed - Changed version numbers to release candidate

Subject: NDT-DEV email list created

List archive

[ndt-dev] [ndt] r1105 committed - Changed version numbers to release candidate


Chronological Thread 
  • From:
  • To:
  • Subject: [ndt-dev] [ndt] r1105 committed - Changed version numbers to release candidate
  • Date: Fri, 20 Jun 2014 08:57:45 +0000

Revision: 1105
Author:

Date: Fri Jun 20 08:57:38 2014 UTC
Log: Changed version numbers to release candidate

http://code.google.com/p/ndt/source/detail?r=1105

Modified:
/trunk/Applet/src/edu/internet2/ndt/NDTConstants.java
/trunk/configure.ac

=======================================
--- /trunk/Applet/src/edu/internet2/ndt/NDTConstants.java Wed Jun 18 09:45:23 2014 UTC
+++ /trunk/Applet/src/edu/internet2/ndt/NDTConstants.java Fri Jun 20 08:57:38 2014 UTC
@@ -45,7 +45,7 @@
* TODO for a later release: Version could be moved to some
"configurable"
* or "property" area instead of being in code that needs compilation.
*/
- public static final String VERSION = "3.7.0";
+ public static final String VERSION = "3.7.0-rc1";

public static final String NDT_TITLE_STR = "Network Diagnostic Tool Client v";

=======================================
--- /trunk/configure.ac Wed Jun 18 09:45:23 2014 UTC
+++ /trunk/configure.ac Fri Jun 20 08:57:38 2014 UTC
@@ -29,7 +29,7 @@
# Process this file with autoconf to produce a configure script.
#
# AC_PREREQ(2.57)
-AC_INIT([NDT],[3.7.0],[])
+AC_INIT([NDT],[3.7.0-rc1],[])
AC_CONFIG_AUX_DIR(config)
# AM_INIT_AUTOMAKE(NDT, v1.0, [no-define])
AM_INIT_AUTOMAKE


  • [ndt-dev] [ndt] r1105 committed - Changed version numbers to release candidate, ndt, 06/20/2014

Archive powered by MHonArc 2.6.16.

Top of Page