Skip to Content.
Sympa Menu

ndt-dev - [ndt] r342 committed - update version number to 3.6.2b...

Subject: NDT-DEV email list created

List archive

[ndt] r342 committed - update version number to 3.6.2b...


Chronological Thread 
  • From:
  • To:
  • Subject: [ndt] r342 committed - update version number to 3.6.2b...
  • Date: Fri, 09 Apr 2010 17:35:55 +0000

Revision: 342
Author: rcarlson501
Date: Fri Apr 9 10:34:54 2010
Log: update version number to 3.6.2b
Matches Tcpbw100.java version

RAC 4/9/10


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

Modified:
/trunk/configure
/trunk/configure.ac

=======================================
--- /trunk/configure Sun Feb 28 11:29:32 2010
+++ /trunk/configure Fri Apr 9 10:34:54 2010
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.63 for NDT 3.6.1.
+# Generated by GNU Autoconf 2.63 for NDT 3.6.2b.
#
# Report bugs to
<>.
#
@@ -596,8 +596,8 @@
# Identity of this package.
PACKAGE_NAME='NDT'
PACKAGE_TARNAME='ndt'
-PACKAGE_VERSION='3.6.1'
-PACKAGE_STRING='NDT 3.6.1'
+PACKAGE_VERSION='3.6.2b'
+PACKAGE_STRING='NDT 3.6.2b'

'

ac_unique_file="src/analyze.c"
@@ -1331,7 +1331,7 @@
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
-\`configure' configures NDT 3.6.1 to adapt to many kinds of systems.
+\`configure' configures NDT 3.6.2b to adapt to many kinds of systems.

Usage: $0 [OPTION]... [VAR=VALUE]...

@@ -1397,7 +1397,7 @@

if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of NDT 3.6.1:";;
+ short | recursive ) echo "Configuration of NDT 3.6.2b:";;
esac
cat <<\_ACEOF

@@ -1495,7 +1495,7 @@
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-NDT configure 3.6.1
+NDT configure 3.6.2b
generated by GNU Autoconf 2.63

Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -1509,7 +1509,7 @@
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

-It was created by NDT $as_me 3.6.1, which was
+It was created by NDT $as_me 3.6.2b, which was
generated by GNU Autoconf 2.63. Invocation command line was

$ $0 $@
@@ -2359,7 +2359,7 @@

# Define the identity of the package.
PACKAGE='ndt'
- VERSION='3.6.1'
+ VERSION='3.6.2b'


cat >>confdefs.h <<_ACEOF
@@ -8645,7 +8645,7 @@
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by NDT $as_me 3.6.1, which was
+This file was extended by NDT $as_me 3.6.2b, which was
generated by GNU Autoconf 2.63. Invocation command line was

CONFIG_FILES = $CONFIG_FILES
@@ -8708,7 +8708,7 @@
_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_version="\\
-NDT config.status 3.6.1
+NDT config.status 3.6.2b
configured by $0, generated by GNU Autoconf 2.63,
with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"

=======================================
--- /trunk/configure.ac Sun Feb 28 11:29:32 2010
+++ /trunk/configure.ac Fri Apr 9 10:34:54 2010
@@ -29,7 +29,7 @@
# Process this file with autoconf to produce a configure script.
#
# AC_PREREQ(2.57)
-AC_INIT([NDT],[3.6.1],[])
+AC_INIT([NDT],[3.6.2b],[])
AC_CONFIG_AUX_DIR(config)
# AM_INIT_AUTOMAKE(NDT, v1.0, [no-define])
AM_INIT_AUTOMAKE


  • [ndt] r342 committed - update version number to 3.6.2b..., ndt, 04/09/2010

Archive powered by MHonArc 2.6.16.

Top of Page