Skip to content

Commit 2ef21ea

Browse files
committed
Bump version to 1.10
1 parent 7ea277b commit 2ef21ea

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

configure

Lines changed: 10 additions & 10 deletions
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.69 for fs-utils 0.01.
3+
# Generated by GNU Autoconf 2.69 for fs-utils 1.10.
44
#
55
# Report bugs to <http://github.com/stacktic/fs-utils>.
66
#
@@ -590,8 +590,8 @@ MAKEFLAGS=
590590
# Identity of this package.
591591
PACKAGE_NAME='fs-utils'
592592
PACKAGE_TARNAME='fs-utils'
593-
PACKAGE_VERSION='0.01'
594-
PACKAGE_STRING='fs-utils 0.01'
593+
PACKAGE_VERSION='1.10'
594+
PACKAGE_STRING='fs-utils 1.10'
595595
PACKAGE_BUGREPORT='http://github.com/stacktic/fs-utils'
596596
PACKAGE_URL=''
597597

@@ -1324,7 +1324,7 @@ if test "$ac_init_help" = "long"; then
13241324
# Omit some internal or obsolete options to make the list less imposing.
13251325
# This message is too long to be a string in the A/UX 3.1 sh.
13261326
cat <<_ACEOF
1327-
\`configure' configures fs-utils 0.01 to adapt to many kinds of systems.
1327+
\`configure' configures fs-utils 1.10 to adapt to many kinds of systems.
13281328
13291329
Usage: $0 [OPTION]... [VAR=VALUE]...
13301330
@@ -1395,7 +1395,7 @@ fi
13951395

13961396
if test -n "$ac_init_help"; then
13971397
case $ac_init_help in
1398-
short | recursive ) echo "Configuration of fs-utils 0.01:";;
1398+
short | recursive ) echo "Configuration of fs-utils 1.10:";;
13991399
esac
14001400
cat <<\_ACEOF
14011401
@@ -1504,7 +1504,7 @@ fi
15041504
test -n "$ac_init_help" && exit $ac_status
15051505
if $ac_init_version; then
15061506
cat <<\_ACEOF
1507-
fs-utils configure 0.01
1507+
fs-utils configure 1.10
15081508
generated by GNU Autoconf 2.69
15091509
15101510
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2030,7 +2030,7 @@ cat >config.log <<_ACEOF
20302030
This file contains any messages produced by compilers while
20312031
running configure, to aid debugging if configure makes a mistake.
20322032
2033-
It was created by fs-utils $as_me 0.01, which was
2033+
It was created by fs-utils $as_me 1.10, which was
20342034
generated by GNU Autoconf 2.69. Invocation command line was
20352035
20362036
$ $0 $@
@@ -3010,7 +3010,7 @@ fi
30103010

30113011
# Define the identity of the package.
30123012
PACKAGE='fs-utils'
3013-
VERSION='0.01'
3013+
VERSION='1.10'
30143014

30153015

30163016
cat >>confdefs.h <<_ACEOF
@@ -13107,7 +13107,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
1310713107
# report actual input values of CONFIG_FILES etc. instead of their
1310813108
# values after options handling.
1310913109
ac_log="
13110-
This file was extended by fs-utils $as_me 0.01, which was
13110+
This file was extended by fs-utils $as_me 1.10, which was
1311113111
generated by GNU Autoconf 2.69. Invocation command line was
1311213112
1311313113
CONFIG_FILES = $CONFIG_FILES
@@ -13173,7 +13173,7 @@ _ACEOF
1317313173
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1317413174
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
1317513175
ac_cs_version="\\
13176-
fs-utils config.status 0.01
13176+
fs-utils config.status 1.10
1317713177
configured by $0, generated by GNU Autoconf 2.69,
1317813178
with options \\"\$ac_cs_config\\"
1317913179

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
AC_PREREQ([2.66])
2-
AC_INIT([fs-utils], [0.01], [http://github.com/stacktic/fs-utils])
2+
AC_INIT([fs-utils], [1.10], [http://github.com/stacktic/fs-utils])
33

44
AC_CONFIG_SRCDIR([lib/fattr.c])
55
AC_CONFIG_HEADERS([config.h])

0 commit comments

Comments
 (0)