Skip to content

Commit

Permalink
Preparing for version 0.101
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzoleeman committed Feb 1, 2021
1 parent b87131c commit d2bd8f8
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
20 changes: 10 additions & 10 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.69 for open-isns 0.100.
# Generated by GNU Autoconf 2.69 for open-isns 0.101.
#
#
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
Expand Down Expand Up @@ -577,8 +577,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='open-isns'
PACKAGE_TARNAME='open-isns'
PACKAGE_VERSION='0.100'
PACKAGE_STRING='open-isns 0.100'
PACKAGE_VERSION='0.101'
PACKAGE_STRING='open-isns 0.101'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''

Expand Down Expand Up @@ -1250,7 +1250,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 open-isns 0.100 to adapt to many kinds of systems.
\`configure' configures open-isns 0.101 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
Expand Down Expand Up @@ -1315,7 +1315,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of open-isns 0.100:";;
short | recursive ) echo "Configuration of open-isns 0.101:";;
esac
cat <<\_ACEOF
Expand Down Expand Up @@ -1410,7 +1410,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
open-isns configure 0.100
open-isns configure 0.101
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
Expand Down Expand Up @@ -1775,7 +1775,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by open-isns $as_me 0.100, which was
It was created by open-isns $as_me 0.101, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
Expand Down Expand Up @@ -3996,7 +3996,7 @@ _ACEOF
esac

if test "$GCC" = "yes"; then
CFLAGS="-Wall -Werror -Wextra $CFLAGS"
CFLAGS="-Wall -Wextra $CFLAGS"
CPPFLAGS="$CPPFLAGS -D_GNU_SOURCE"
fi

Expand Down Expand Up @@ -4985,7 +4985,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by open-isns $as_me 0.100, which was
This file was extended by open-isns $as_me 0.101, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -5047,7 +5047,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
open-isns config.status 0.100
open-isns config.status 0.101
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT(open-isns, [0.100])
AC_INIT(open-isns, [0.101])
AC_CONFIG_SRCDIR([isnsd.c])
AC_CONFIG_AUX_DIR([aclocal])

Expand Down
4 changes: 2 additions & 2 deletions include/libisns/paths.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
#define ISNS_CONFIG_H

#define __OPENISNS_MKVERSION(maj, min) (((maj) << 8) + (min))
#define OPENISNS_VERSION __OPENISNS_MKVERSION(0, 100);
#define OPENISNS_VERSION_STRING "0.100"
#define OPENISNS_VERSION __OPENISNS_MKVERSION(0, 101);
#define OPENISNS_VERSION_STRING "0.101"

#define ISNS_ETCDIR "/etc/isns"
#define ISNS_RUNDIR "@RUNDIR@"
Expand Down

0 comments on commit d2bd8f8

Please sign in to comment.