Skip to content

Commit

Permalink
Update rev number
Browse files Browse the repository at this point in the history
  • Loading branch information
jimjag committed Jan 23, 2019
1 parent 4504978 commit 14ef78c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
22 changes: 11 additions & 11 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 EPM 4.4.1.
# Generated by GNU Autoconf 2.69 for EPM 4.4.2.
#
# Report bugs to <https://github.com/michaelrsweet/epm/issues>.
#
Expand Down Expand Up @@ -580,8 +580,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='EPM'
PACKAGE_TARNAME='epm'
PACKAGE_VERSION='4.4.1'
PACKAGE_STRING='EPM 4.4.1'
PACKAGE_VERSION='4.4.2'
PACKAGE_STRING='EPM 4.4.2'
PACKAGE_BUGREPORT='https://github.com/michaelrsweet/epm/issues'
PACKAGE_URL='https://michaelrsweet.github.io/epm'

Expand Down Expand Up @@ -1267,7 +1267,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 EPM 4.4.1 to adapt to many kinds of systems.
\`configure' configures EPM 4.4.2 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
Expand Down Expand Up @@ -1328,7 +1328,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of EPM 4.4.1:";;
short | recursive ) echo "Configuration of EPM 4.4.2:";;
esac
cat <<\_ACEOF
Expand Down Expand Up @@ -1430,7 +1430,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
EPM configure 4.4.1
EPM configure 4.4.2
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
Expand Down Expand Up @@ -1837,7 +1837,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 EPM $as_me 4.4.1, which was
It was created by EPM $as_me 4.4.2, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
Expand Down Expand Up @@ -2189,8 +2189,8 @@ ac_config_headers="$ac_config_headers config.h"
VERSION="4.4.1"
VERNUMBER=440
VERSION="4.4.2"
VERNUMBER=442
cat >>confdefs.h <<_ACEOF
Expand Down Expand Up @@ -5517,7 +5517,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 EPM $as_me 4.4.1, which was
This file was extended by EPM $as_me 4.4.2, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -5580,7 +5580,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="\\
EPM config.status 4.4.1
EPM config.status 4.4.2
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
dnl GNU General Public License for more details.
dnl

AC_INIT([EPM],[4.4.1],[https://github.com/michaelrsweet/epm/issues],[epm],[https://michaelrsweet.github.io/epm])
AC_INIT([EPM],[4.4.2],[https://github.com/michaelrsweet/epm/issues],[epm],[https://michaelrsweet.github.io/epm])
AC_CONFIG_HEADER(config.h)

dnl Version number...

VERSION="AC_PACKAGE_VERSION"
VERNUMBER=440
VERNUMBER=442
AC_SUBST(VERSION)
AC_SUBST(VERNUMBER)
AC_DEFINE_UNQUOTED(EPM_VERSION, "ESP Package Manager v$VERSION")
Expand Down

0 comments on commit 14ef78c

Please sign in to comment.