Skip to content

Commit

Permalink
Changing version number for release
Browse files Browse the repository at this point in the history
  • Loading branch information
tkralphs committed Dec 2, 2019
1 parent befd8d9 commit 4b7ec93
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
22 changes: 11 additions & 11 deletions configure
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.59 for MibS 1.1.
# Generated by GNU Autoconf 2.59 for MibS 1.1.3.
#
# Report bugs to <https://github.com/tkralphs/MibS/issues/new>.
#
Expand Down Expand Up @@ -440,8 +440,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
# Identity of this package.
PACKAGE_NAME='MibS'
PACKAGE_TARNAME='mibs'
PACKAGE_VERSION='1.1'
PACKAGE_STRING='MibS 1.1'
PACKAGE_VERSION='1.1.3'
PACKAGE_STRING='MibS 1.1.3'
PACKAGE_BUGREPORT='https://github.com/tkralphs/MibS/issues/new'

ac_unique_file="src/MibSBilevel.hpp"
Expand Down Expand Up @@ -1016,7 +1016,7 @@ if test "$ac_init_help" = "long"; then
# 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 MibS 1.1 to adapt to many kinds of systems.
\`configure' configures MibS 1.1.3 to adapt to many kinds of systems.

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

Expand Down Expand Up @@ -1082,7 +1082,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of MibS 1.1:";;
short | recursive ) echo "Configuration of MibS 1.1.3:";;
esac
cat <<\_ACEOF

Expand Down Expand Up @@ -1276,7 +1276,7 @@ fi
test -n "$ac_init_help" && exit 0
if $ac_init_version; then
cat <<\_ACEOF
MibS configure 1.1
MibS configure 1.1.3
generated by GNU Autoconf 2.59

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

It was created by MibS $as_me 1.1, which was
It was created by MibS $as_me 1.1.3, which was
generated by GNU Autoconf 2.59. Invocation command line was

$ $0 $@
Expand Down Expand Up @@ -1646,7 +1646,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu


cat >>confdefs.h <<\_ACEOF
#define MIBS_GIT_VERSION releases/1.1.2-69-ga3a8ae2
#define MIBS_GIT_VERSION releases/1.1.2-70-gbefd8d9
_ACEOF


Expand Down Expand Up @@ -4554,7 +4554,7 @@ fi

# Define the identity of the package.
PACKAGE='mibs'
VERSION='1.1'
VERSION='1.1.3'


cat >>confdefs.h <<_ACEOF
Expand Down Expand Up @@ -23832,7 +23832,7 @@ _ASBOX
} >&5
cat >&5 <<_CSEOF

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

CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -23895,7 +23895,7 @@ _ACEOF

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

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
AC_PREREQ(2.59)

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

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

Expand Down
2 changes: 1 addition & 1 deletion src/mibs.par.in
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ MibS_usePreprocessor 0 # -1: auto, 0: false, 1: true
MibS_useLowerObjHeuristic 0 # -1: auto, 0: false, 1: true
MibS_useObjCutHeuristic 0 # -1: auto, 0: false, 1: true
MibS_useWSHeuristic 0 # -1: auto, 0: false, 1: true
MibS_useGreedyHeuristic 1 # 0: false, 1: true
MibS_useGreedyHeuristic 0 # 0: false, 1: true
#MibS_usePureIntegerCut 1 # 0: false, 1: true
#MibS_useValFuncCut 1 # 0: false, 1: true
#MibS_useNoGoodCut 1 # 0: false, 1: true
Expand Down

0 comments on commit 4b7ec93

Please sign in to comment.