Skip to content

Commit 764aaad

Browse files
committed
Changing version number for release 1.1.1 to fix small bug in configure script having to do with line endings.
1 parent 82f4d0f commit 764aaad

File tree

3 files changed

+34
-16
lines changed

3 files changed

+34
-16
lines changed

.gitattributes

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Set the default behavior, in case people don't have core.autocrlf set.
2+
* text=auto
3+
4+
# Explicitly declare text files you want to always be normalized and converted
5+
# to native line endings on checkout.
6+
*.c text
7+
*.h text
8+
9+
# Declare files that will always have CRLF line endings on checkout.
10+
configure text eol=crlf
11+
*.ac text eol=crlf
12+
*.am text eol=crlf
13+
*.in text eol=crlf
14+
Makefile text eol=crlf
15+
16+
# Denote all files that are truly binary and should not be modified.
17+
*.png binary
18+
*.jpg binary

configure

+15-15
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.0.
3+
# Generated by GNU Autoconf 2.59 for MibS 1.1.1.
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.0'
444-
PACKAGE_STRING='MibS 1.1.0'
443+
PACKAGE_VERSION='1.1.1'
444+
PACKAGE_STRING='MibS 1.1.1'
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.0 to adapt to many kinds of systems.
1019+
\`configure' configures MibS 1.1.1 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.0:";;
1085+
short | recursive ) echo "Configuration of MibS 1.1.1:";;
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.0
1279+
MibS configure 1.1.1
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.0, which was
1310+
It was created by MibS $as_me 1.1.1, 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 bb81836
1649+
#define MIBS_GIT_VERSION releases/1.1.0
16501650
_ACEOF
16511651

16521652

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

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

45594559

45604560
cat >>confdefs.h <<_ACEOF
@@ -23204,7 +23204,7 @@ done
2320423204

2320523205
# Here list all the files that configure should create (except for the
2320623206
# configuration header file)
23207-
ac_config_files="$ac_config_files Makefile src/Makefile src/mibs.par mibs.pc"
23207+
ac_config_files="$ac_config_files Makefile src/Makefile src/mibs.par mibs.pc"
2320823208

2320923209

2321023210
ac_config_files="$ac_config_files doxydoc/doxygen.conf"
@@ -23786,7 +23786,7 @@ _ASBOX
2378623786
} >&5
2378723787
cat >&5 <<_CSEOF
2378823788

23789-
This file was extended by MibS $as_me 1.1.0, which was
23789+
This file was extended by MibS $as_me 1.1.1, which was
2379023790
generated by GNU Autoconf 2.59. Invocation command line was
2379123791

2379223792
CONFIG_FILES = $CONFIG_FILES
@@ -23849,7 +23849,7 @@ _ACEOF
2384923849

2385023850
cat >>$CONFIG_STATUS <<_ACEOF
2385123851
ac_cs_version="\\
23852-
MibS config.status 1.1.0
23852+
MibS config.status 1.1.1
2385323853
configured by $0, generated by GNU Autoconf 2.59,
2385423854
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
2385523855

@@ -23959,9 +23959,9 @@ for ac_config_target in $ac_config_targets
2395923959
do
2396023960
case "$ac_config_target" in
2396123961
# Handling of arguments.
23962-
"Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
23963-
"src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
23964-
"src/mibs.par" ) CONFIG_FILES="$CONFIG_FILES src/mibs.par" ;;
23962+
"Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
23963+
"src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
23964+
"src/mibs.par" ) CONFIG_FILES="$CONFIG_FILES src/mibs.par" ;;
2396523965
"mibs.pc" ) CONFIG_FILES="$CONFIG_FILES mibs.pc" ;;
2396623966
"doxydoc/doxygen.conf" ) CONFIG_FILES="$CONFIG_FILES doxydoc/doxygen.conf" ;;
2396723967
"depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;

configure.ac

+1-1
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.0],[https://github.com/tkralphs/MibS/issues/new])
22+
AC_INIT([MibS],[1.1.1],[https://github.com/tkralphs/MibS/issues/new])
2323

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

0 commit comments

Comments
 (0)