Skip to content

Commit

Permalink
Bumping version number to reflect recent fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Smith committed Jul 21, 2009
1 parent 4a6596a commit 29c45a6
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
26 changes: 13 additions & 13 deletions configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.61 for baberl 0.0.1.
# Generated by GNU Autoconf 2.61 for baberl 0.0.2.
#
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
# 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
Expand Down Expand Up @@ -572,8 +572,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
# Identity of this package.
PACKAGE_NAME='baberl'
PACKAGE_TARNAME='baberl'
PACKAGE_VERSION='0.0.1'
PACKAGE_STRING='baberl 0.0.1'
PACKAGE_VERSION='0.0.2'
PACKAGE_STRING='baberl 0.0.2'
PACKAGE_BUGREPORT=''

# Factoring default headers for most tests.
Expand Down Expand Up @@ -1179,7 +1179,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 baberl 0.0.1 to adapt to many kinds of systems.
\`configure' configures baberl 0.0.2 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
Expand Down Expand Up @@ -1240,7 +1240,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of baberl 0.0.1:";;
short | recursive ) echo "Configuration of baberl 0.0.2:";;
esac
cat <<\_ACEOF
Expand Down Expand Up @@ -1317,7 +1317,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
baberl configure 0.0.1
baberl configure 0.0.2
generated by GNU Autoconf 2.61
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
Expand All @@ -1331,7 +1331,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 baberl $as_me 0.0.1, which was
It was created by baberl $as_me 0.0.2, which was
generated by GNU Autoconf 2.61. Invocation command line was
$ $0 $@
Expand Down Expand Up @@ -3164,7 +3164,7 @@ if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
else
ac_cv_header_stdc=no
fi
rm -f -r conftest*
rm -f conftest*
fi
Expand All @@ -3185,7 +3185,7 @@ if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
else
ac_cv_header_stdc=no
fi
rm -f -r conftest*
rm -f conftest*
fi
Expand Down Expand Up @@ -3736,7 +3736,7 @@ if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
else
ac_cv_header_stdc=no
fi
rm -f -r conftest*
rm -f conftest*
fi
Expand All @@ -3757,7 +3757,7 @@ if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
else
ac_cv_header_stdc=no
fi
rm -f -r conftest*
rm -f conftest*
fi
Expand Down Expand Up @@ -4271,7 +4271,7 @@ exec 6>&1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by baberl $as_me 0.0.1, which was
This file was extended by baberl $as_me 0.0.2, which was
generated by GNU Autoconf 2.61. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -4314,7 +4314,7 @@ Report bugs to <bug-autoconf@gnu.org>."
_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
baberl config.status 0.0.1
baberl config.status 0.0.2
configured by $0, generated by GNU Autoconf 2.61,
with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
Expand Down
2 changes: 1 addition & 1 deletion erl/baberl.app
@@ -1,6 +1,6 @@
{application, baberl,
[{description, "iconv driver"},
{vsn, "0.0.1"},
{vsn, "0.0.2"},
{modules, [baberl]},
{mod, {baberl_app, []}},
{registered, [baberl_sup, baberl]},
Expand Down

0 comments on commit 29c45a6

Please sign in to comment.