Skip to content

Commit 178f742

Browse files
committed
version 0.9.4
1 parent 1a93573 commit 178f742

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 fstransform 0.9.3.work13.
3+
# Generated by GNU Autoconf 2.69 for fstransform 0.9.4.
44
#
55
# Report bugs to <BUG-REPORT-ADDRESS>.
66
#
@@ -580,8 +580,8 @@ MAKEFLAGS=
580580
# Identity of this package.
581581
PACKAGE_NAME='fstransform'
582582
PACKAGE_TARNAME='fstransform'
583-
PACKAGE_VERSION='0.9.3.work13'
584-
PACKAGE_STRING='fstransform 0.9.3.work13'
583+
PACKAGE_VERSION='0.9.4'
584+
PACKAGE_STRING='fstransform 0.9.4'
585585
PACKAGE_BUGREPORT='BUG-REPORT-ADDRESS'
586586
PACKAGE_URL=''
587587

@@ -1281,7 +1281,7 @@ if test "$ac_init_help" = "long"; then
12811281
# Omit some internal or obsolete options to make the list less imposing.
12821282
# This message is too long to be a string in the A/UX 3.1 sh.
12831283
cat <<_ACEOF
1284-
\`configure' configures fstransform 0.9.3.work13 to adapt to many kinds of systems.
1284+
\`configure' configures fstransform 0.9.4 to adapt to many kinds of systems.
12851285
12861286
Usage: $0 [OPTION]... [VAR=VALUE]...
12871287
@@ -1348,7 +1348,7 @@ fi
13481348

13491349
if test -n "$ac_init_help"; then
13501350
case $ac_init_help in
1351-
short | recursive ) echo "Configuration of fstransform 0.9.3.work13:";;
1351+
short | recursive ) echo "Configuration of fstransform 0.9.4:";;
13521352
esac
13531353
cat <<\_ACEOF
13541354
@@ -1439,7 +1439,7 @@ fi
14391439
test -n "$ac_init_help" && exit $ac_status
14401440
if $ac_init_version; then
14411441
cat <<\_ACEOF
1442-
fstransform configure 0.9.3.work13
1442+
fstransform configure 0.9.4
14431443
generated by GNU Autoconf 2.69
14441444
14451445
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2049,7 +2049,7 @@ cat >config.log <<_ACEOF
20492049
This file contains any messages produced by compilers while
20502050
running configure, to aid debugging if configure makes a mistake.
20512051
2052-
It was created by fstransform $as_me 0.9.3.work13, which was
2052+
It was created by fstransform $as_me 0.9.4, which was
20532053
generated by GNU Autoconf 2.69. Invocation command line was
20542054
20552055
$ $0 $@
@@ -2918,7 +2918,7 @@ fi
29182918
29192919
# Define the identity of the package.
29202920
PACKAGE='fstransform'
2921-
VERSION='0.9.3.work13'
2921+
VERSION='0.9.4'
29222922
29232923
29242924
cat >>confdefs.h <<_ACEOF
@@ -5926,7 +5926,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
59265926
# report actual input values of CONFIG_FILES etc. instead of their
59275927
# values after options handling.
59285928
ac_log="
5929-
This file was extended by fstransform $as_me 0.9.3.work13, which was
5929+
This file was extended by fstransform $as_me 0.9.4, which was
59305930
generated by GNU Autoconf 2.69. Invocation command line was
59315931
59325932
CONFIG_FILES = $CONFIG_FILES
@@ -5992,7 +5992,7 @@ _ACEOF
59925992
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
59935993
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
59945994
ac_cs_version="\\
5995-
fstransform config.status 0.9.3.work13
5995+
fstransform config.status 0.9.4
59965996
configured by $0, generated by GNU Autoconf 2.69,
59975997
with options \\"\$ac_cs_config\\"
59985998

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Process this file with autoconf to produce a configure script.
33

44
AC_PREREQ([2.69])
5-
AC_INIT([fstransform],[0.9.3.work13],[BUG-REPORT-ADDRESS])
5+
AC_INIT([fstransform],[0.9.4],[BUG-REPORT-ADDRESS])
66
AC_CONFIG_SRCDIR([fsremap/src/remap.cc])
77
AC_CONFIG_HEADERS([fsremap/src/config.hh])
88
AC_CONFIG_AUX_DIR([tools])

0 commit comments

Comments
 (0)