Skip to content

Commit 4b7ec93

Browse files
committed
Changing version number for release
1 parent befd8d9 commit 4b7ec93

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

configure

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/sh
22
# Guess values for system-dependent variables and create Makefiles.
3-
# Generated by GNU Autoconf 2.59 for MibS 1.1.
3+
# Generated by GNU Autoconf 2.59 for MibS 1.1.3.
44
#
55
# Report bugs to <https://github.com/tkralphs/MibS/issues/new>.
66
#
@@ -440,8 +440,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
440440
# Identity of this package.
441441
PACKAGE_NAME='MibS'
442442
PACKAGE_TARNAME='mibs'
443-
PACKAGE_VERSION='1.1'
444-
PACKAGE_STRING='MibS 1.1'
443+
PACKAGE_VERSION='1.1.3'
444+
PACKAGE_STRING='MibS 1.1.3'
445445
PACKAGE_BUGREPORT='https://github.com/tkralphs/MibS/issues/new'
446446

447447
ac_unique_file="src/MibSBilevel.hpp"
@@ -1016,7 +1016,7 @@ if test "$ac_init_help" = "long"; then
10161016
# Omit some internal or obsolete options to make the list less imposing.
10171017
# This message is too long to be a string in the A/UX 3.1 sh.
10181018
cat <<_ACEOF
1019-
\`configure' configures MibS 1.1 to adapt to many kinds of systems.
1019+
\`configure' configures MibS 1.1.3 to adapt to many kinds of systems.
10201020

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

@@ -1082,7 +1082,7 @@ fi
10821082

10831083
if test -n "$ac_init_help"; then
10841084
case $ac_init_help in
1085-
short | recursive ) echo "Configuration of MibS 1.1:";;
1085+
short | recursive ) echo "Configuration of MibS 1.1.3:";;
10861086
esac
10871087
cat <<\_ACEOF
10881088

@@ -1276,7 +1276,7 @@ fi
12761276
test -n "$ac_init_help" && exit 0
12771277
if $ac_init_version; then
12781278
cat <<\_ACEOF
1279-
MibS configure 1.1
1279+
MibS configure 1.1.3
12801280
generated by GNU Autoconf 2.59
12811281

12821282
Copyright (C) 2003 Free Software Foundation, Inc.
@@ -1307,7 +1307,7 @@ cat >&5 <<_ACEOF
13071307
This file contains any messages produced by compilers while
13081308
running configure, to aid debugging if configure makes a mistake.
13091309

1310-
It was created by MibS $as_me 1.1, which was
1310+
It was created by MibS $as_me 1.1.3, which was
13111311
generated by GNU Autoconf 2.59. Invocation command line was
13121312

13131313
$ $0 $@
@@ -1646,7 +1646,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
16461646

16471647

16481648
cat >>confdefs.h <<\_ACEOF
1649-
#define MIBS_GIT_VERSION releases/1.1.2-69-ga3a8ae2
1649+
#define MIBS_GIT_VERSION releases/1.1.2-70-gbefd8d9
16501650
_ACEOF
16511651

16521652

@@ -4554,7 +4554,7 @@ fi
45544554

45554555
# Define the identity of the package.
45564556
PACKAGE='mibs'
4557-
VERSION='1.1'
4557+
VERSION='1.1.3'
45584558

45594559

45604560
cat >>confdefs.h <<_ACEOF
@@ -23832,7 +23832,7 @@ _ASBOX
2383223832
} >&5
2383323833
cat >&5 <<_CSEOF
2383423834

23835-
This file was extended by MibS $as_me 1.1, which was
23835+
This file was extended by MibS $as_me 1.1.3, which was
2383623836
generated by GNU Autoconf 2.59. Invocation command line was
2383723837

2383823838
CONFIG_FILES = $CONFIG_FILES
@@ -23895,7 +23895,7 @@ _ACEOF
2389523895

2389623896
cat >>$CONFIG_STATUS <<_ACEOF
2389723897
ac_cs_version="\\
23898-
MibS config.status 1.1
23898+
MibS config.status 1.1.3
2389923899
configured by $0, generated by GNU Autoconf 2.59,
2390023900
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
2390123901

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
AC_PREREQ(2.59)
2020

2121
m4_define([gitversion], m4_esyscmd([sh -c "git describe --always | cut -d '=' -f 2 | head --bytes -1"]))
22-
AC_INIT([MibS],[1.1],[https://github.com/tkralphs/MibS/issues/new])
22+
AC_INIT([MibS],[1.1.3],[https://github.com/tkralphs/MibS/issues/new])
2323

2424
AC_DEFINE([MIBS_GIT_VERSION], [gitversion], [MibS git version])
2525

src/mibs.par.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ MibS_usePreprocessor 0 # -1: auto, 0: false, 1: true
8181
MibS_useLowerObjHeuristic 0 # -1: auto, 0: false, 1: true
8282
MibS_useObjCutHeuristic 0 # -1: auto, 0: false, 1: true
8383
MibS_useWSHeuristic 0 # -1: auto, 0: false, 1: true
84-
MibS_useGreedyHeuristic 1 # 0: false, 1: true
84+
MibS_useGreedyHeuristic 0 # 0: false, 1: true
8585
#MibS_usePureIntegerCut 1 # 0: false, 1: true
8686
#MibS_useValFuncCut 1 # 0: false, 1: true
8787
#MibS_useNoGoodCut 1 # 0: false, 1: true

0 commit comments

Comments
 (0)