Skip to content

Commit

Permalink
Changing version number for release 1.1.1 to fix small bug in configu…
Browse files Browse the repository at this point in the history
…re script having to do with line endings.
  • Loading branch information
tkralphs committed Sep 30, 2018
1 parent 82f4d0f commit 764aaad
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 16 deletions.
18 changes: 18 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto

# Explicitly declare text files you want to always be normalized and converted
# to native line endings on checkout.
*.c text
*.h text

# Declare files that will always have CRLF line endings on checkout.
configure text eol=crlf
*.ac text eol=crlf
*.am text eol=crlf
*.in text eol=crlf
Makefile text eol=crlf

# Denote all files that are truly binary and should not be modified.
*.png binary
*.jpg binary
30 changes: 15 additions & 15 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.0.
# Generated by GNU Autoconf 2.59 for MibS 1.1.1.
#
# 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.0'
PACKAGE_STRING='MibS 1.1.0'
PACKAGE_VERSION='1.1.1'
PACKAGE_STRING='MibS 1.1.1'
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.0 to adapt to many kinds of systems.
\`configure' configures MibS 1.1.1 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.0:";;
short | recursive ) echo "Configuration of MibS 1.1.1:";;
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.0
MibS configure 1.1.1
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.0, which was
It was created by MibS $as_me 1.1.1, 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 bb81836
#define MIBS_GIT_VERSION releases/1.1.0
_ACEOF


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

# Define the identity of the package.
PACKAGE='mibs'
VERSION='1.1.0'
VERSION='1.1.1'


cat >>confdefs.h <<_ACEOF
Expand Down Expand Up @@ -23204,7 +23204,7 @@ done

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


ac_config_files="$ac_config_files doxydoc/doxygen.conf"
Expand Down Expand Up @@ -23786,7 +23786,7 @@ _ASBOX
} >&5
cat >&5 <<_CSEOF

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

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

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

Expand Down Expand Up @@ -23959,9 +23959,9 @@ for ac_config_target in $ac_config_targets
do
case "$ac_config_target" in
# Handling of arguments.
"Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
"src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
"src/mibs.par" ) CONFIG_FILES="$CONFIG_FILES src/mibs.par" ;;
"Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
"src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
"src/mibs.par" ) CONFIG_FILES="$CONFIG_FILES src/mibs.par" ;;
"mibs.pc" ) CONFIG_FILES="$CONFIG_FILES mibs.pc" ;;
"doxydoc/doxygen.conf" ) CONFIG_FILES="$CONFIG_FILES doxydoc/doxygen.conf" ;;
"depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
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.0],[https://github.com/tkralphs/MibS/issues/new])
AC_INIT([MibS],[1.1.1],[https://github.com/tkralphs/MibS/issues/new])

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

Expand Down

0 comments on commit 764aaad

Please sign in to comment.