|
From: <sar...@us...> - 2014-11-27 10:09:25
|
Revision: 21767
http://sourceforge.net/p/sbml/code/21767
Author: sarahkeating
Date: 2014-11-27 10:09:20 +0000 (Thu, 27 Nov 2014)
Log Message:
-----------
update version number
Modified Paths:
--------------
trunk/libsbml/VERSION.txt
trunk/libsbml/configure
trunk/libsbml/src/sbml/common/libsbml-version.h
Modified: trunk/libsbml/VERSION.txt
===================================================================
--- trunk/libsbml/VERSION.txt 2014-11-27 10:04:57 UTC (rev 21766)
+++ trunk/libsbml/VERSION.txt 2014-11-27 10:09:20 UTC (rev 21767)
@@ -1 +1 @@
-5.11.0
+5.11.1
Modified: trunk/libsbml/configure
===================================================================
--- trunk/libsbml/configure 2014-11-27 10:04:57 UTC (rev 21766)
+++ trunk/libsbml/configure 2014-11-27 10:09:20 UTC (rev 21767)
@@ -1,7 +1,7 @@
#! /bin/sh
# From configure.ac Revision: 21538 .
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.68 for libSBML 5.11.0.
+# Generated by GNU Autoconf 2.68 for libSBML 5.11.1.
#
# Report bugs to <lib...@ca...>.
#
@@ -715,8 +715,8 @@
# Identity of this package.
PACKAGE_NAME='libSBML'
PACKAGE_TARNAME='libsbml'
-PACKAGE_VERSION='5.11.0'
-PACKAGE_STRING='libSBML 5.11.0'
+PACKAGE_VERSION='5.11.1'
+PACKAGE_STRING='libSBML 5.11.1'
PACKAGE_BUGREPORT='lib...@ca...'
PACKAGE_URL='http://sbml.org/Software/libSBML'
@@ -1572,7 +1572,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 libSBML 5.11.0 to adapt to many kinds of systems.
+\`configure' configures libSBML 5.11.1 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1637,7 +1637,7 @@
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of libSBML 5.11.0:";;
+ short | recursive ) echo "Configuration of libSBML 5.11.1:";;
esac
cat <<\_ACEOF
@@ -1789,7 +1789,7 @@
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-libSBML configure 5.11.0
+libSBML configure 5.11.1
generated by GNU Autoconf 2.68
Copyright (C) 2010 Free Software Foundation, Inc.
@@ -2508,7 +2508,7 @@
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by libSBML $as_me 5.11.0, which was
+It was created by libSBML $as_me 5.11.1, which was
generated by GNU Autoconf 2.68. Invocation command line was
$ $0 $@
@@ -2898,7 +2898,7 @@
ac_config_headers="$ac_config_headers src/sbml/common/libsbml-namespace.h"
-LIBSBML_VERSION_NUMERIC=51100
+LIBSBML_VERSION_NUMERIC=51101
@@ -2910,7 +2910,7 @@
-LIBSBML_REVISION_VERSION=0
+LIBSBML_REVISION_VERSION=1
@@ -27391,7 +27391,7 @@
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by libSBML $as_me 5.11.0, which was
+This file was extended by libSBML $as_me 5.11.1, which was
generated by GNU Autoconf 2.68. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -27454,7 +27454,7 @@
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
-libSBML config.status 5.11.0
+libSBML config.status 5.11.1
configured by $0, generated by GNU Autoconf 2.68,
with options \\"\$ac_cs_config\\"
Modified: trunk/libsbml/src/sbml/common/libsbml-version.h
===================================================================
--- trunk/libsbml/src/sbml/common/libsbml-version.h 2014-11-27 10:04:57 UTC (rev 21766)
+++ trunk/libsbml/src/sbml/common/libsbml-version.h 2014-11-27 10:09:20 UTC (rev 21767)
@@ -42,7 +42,7 @@
*
* A version string of the form "1.2.3".
*/
-#define LIBSBML_DOTTED_VERSION "5.11.0"
+#define LIBSBML_DOTTED_VERSION "5.11.1"
/**
@@ -53,7 +53,7 @@
* libSBML is released, making it easy to use less-than and greater-than
* comparisons when testing versions numbers.
*/
-#define LIBSBML_VERSION 51100
+#define LIBSBML_VERSION 51101
/**
@@ -61,7 +61,7 @@
*
* The numeric version as a string: version 1.2.3 becomes "10203".
*/
-#define LIBSBML_VERSION_STRING "51100"
+#define LIBSBML_VERSION_STRING "51101"
LIBSBML_CPP_NAMESPACE_BEGIN
|