Skip to Content.
Sympa Menu

ndt-dev - [ndt-dev] [ndt] r1093 committed - Changed version numbers to new release

Subject: NDT-DEV email list created

List archive

[ndt-dev] [ndt] r1093 committed - Changed version numbers to new release


Chronological Thread 
  • From:
  • To:
  • Subject: [ndt-dev] [ndt] r1093 committed - Changed version numbers to new release
  • Date: Wed, 18 Jun 2014 09:45:47 +0000

Revision: 1093
Author:

Date: Wed Jun 18 09:45:23 2014 UTC
Log: Changed version numbers to new release

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

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

=======================================
--- /trunk/Applet/src/edu/internet2/ndt/NDTConstants.java Fri Mar 21 10:33:50 2014 UTC
+++ /trunk/Applet/src/edu/internet2/ndt/NDTConstants.java Wed Jun 18 09:45:23 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.6.6-rc1";
+ public static final String VERSION = "3.7.0";

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

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


  • [ndt-dev] [ndt] r1093 committed - Changed version numbers to new release, ndt, 06/18/2014

Archive powered by MHonArc 2.6.16.

Top of Page