Skip to Content.
Sympa Menu

ndt-dev - [ndt-dev] [ndt] r529 committed - Update version.

Subject: NDT-DEV email list created

List archive

[ndt-dev] [ndt] r529 committed - Update version.


Chronological Thread 
  • From:
  • To:
  • Subject: [ndt-dev] [ndt] r529 committed - Update version.
  • Date: Wed, 24 Aug 2011 19:20:15 +0000

Revision: 529
Author:

Date: Wed Aug 24 12:19:00 2011
Log: Update version.
http://code.google.com/p/ndt/source/detail?r=529

Modified:
/branches/client_app/Applet/Tcpbw100.java
/branches/client_app/configure

=======================================
--- /branches/client_app/Applet/Tcpbw100.java Fri Aug 5 14:11:03 2011
+++ /branches/client_app/Applet/Tcpbw100.java Wed Aug 24 12:19:00 2011
@@ -94,7 +94,7 @@

public class Tcpbw100 extends JApplet implements ActionListener
{
- private static final String VERSION = "3.6.4";
+ private static final String VERSION = "3.6.4-3.6.4.1";
private static final byte TEST_MID = (1 << 0);
private static final byte TEST_C2S = (1 << 1);
private static final byte TEST_S2C = (1 << 2);
=======================================
--- /branches/client_app/configure Sun May 8 04:04:21 2011
+++ /branches/client_app/configure Wed Aug 24 12:19:00 2011
@@ -552,8 +552,8 @@
# Identity of this package.
PACKAGE_NAME='NDT'
PACKAGE_TARNAME='ndt'
-PACKAGE_VERSION='3.6.4'
-PACKAGE_STRING='NDT 3.6.4'
+PACKAGE_VERSION='3.6.4-3.6.4.1'
+PACKAGE_STRING='NDT 3.6.4.1'

'
PACKAGE_URL=''



  • [ndt-dev] [ndt] r529 committed - Update version., ndt, 08/24/2011

Archive powered by MHonArc 2.6.16.

Top of Page