Skip to content

Commit

Permalink
Bump version to 1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
stacktic committed Dec 13, 2013
1 parent 7ea277b commit 2ef21ea
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 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 fs-utils 0.01.
# Generated by GNU Autoconf 2.69 for fs-utils 1.10.
#
# Report bugs to <http://github.com/stacktic/fs-utils>.
#
Expand Down Expand Up @@ -590,8 +590,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='fs-utils'
PACKAGE_TARNAME='fs-utils'
PACKAGE_VERSION='0.01'
PACKAGE_STRING='fs-utils 0.01'
PACKAGE_VERSION='1.10'
PACKAGE_STRING='fs-utils 1.10'
PACKAGE_BUGREPORT='http://github.com/stacktic/fs-utils'
PACKAGE_URL=''

Expand Down Expand Up @@ -1324,7 +1324,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 fs-utils 0.01 to adapt to many kinds of systems.
\`configure' configures fs-utils 1.10 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
Expand Down Expand Up @@ -1395,7 +1395,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of fs-utils 0.01:";;
short | recursive ) echo "Configuration of fs-utils 1.10:";;
esac
cat <<\_ACEOF
Expand Down Expand Up @@ -1504,7 +1504,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
fs-utils configure 0.01
fs-utils configure 1.10
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
Expand Down Expand Up @@ -2030,7 +2030,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 fs-utils $as_me 0.01, which was
It was created by fs-utils $as_me 1.10, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
Expand Down Expand Up @@ -3010,7 +3010,7 @@ fi

# Define the identity of the package.
PACKAGE='fs-utils'
VERSION='0.01'
VERSION='1.10'


cat >>confdefs.h <<_ACEOF
Expand Down Expand Up @@ -13107,7 +13107,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 fs-utils $as_me 0.01, which was
This file was extended by fs-utils $as_me 1.10, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -13173,7 +13173,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="\\
fs-utils config.status 0.01
fs-utils config.status 1.10
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,5 +1,5 @@
AC_PREREQ([2.66])
AC_INIT([fs-utils], [0.01], [http://github.com/stacktic/fs-utils])
AC_INIT([fs-utils], [1.10], [http://github.com/stacktic/fs-utils])

AC_CONFIG_SRCDIR([lib/fattr.c])
AC_CONFIG_HEADERS([config.h])
Expand Down

0 comments on commit 2ef21ea

Please sign in to comment.