Skip to content

Commit c4d9fb0

Browse files
committed
Update version to 2.2_rc3.
1 parent 5374a19 commit c4d9fb0

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 medusa 2.2_rc2.
3+
# Generated by GNU Autoconf 2.69 for medusa 2.2_rc3.
44
#
55
#
66
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -577,8 +577,8 @@ MAKEFLAGS=
577577
# Identity of this package.
578578
PACKAGE_NAME='medusa'
579579
PACKAGE_TARNAME='medusa'
580-
PACKAGE_VERSION='2.2_rc2'
581-
PACKAGE_STRING='medusa 2.2_rc2'
580+
PACKAGE_VERSION='2.2_rc3'
581+
PACKAGE_STRING='medusa 2.2_rc3'
582582
PACKAGE_BUGREPORT=''
583583
PACKAGE_URL=''
584584

@@ -1365,7 +1365,7 @@ if test "$ac_init_help" = "long"; then
13651365
# Omit some internal or obsolete options to make the list less imposing.
13661366
# This message is too long to be a string in the A/UX 3.1 sh.
13671367
cat <<_ACEOF
1368-
\`configure' configures medusa 2.2_rc2 to adapt to many kinds of systems.
1368+
\`configure' configures medusa 2.2_rc3 to adapt to many kinds of systems.
13691369
13701370
Usage: $0 [OPTION]... [VAR=VALUE]...
13711371
@@ -1436,7 +1436,7 @@ fi
14361436

14371437
if test -n "$ac_init_help"; then
14381438
case $ac_init_help in
1439-
short | recursive ) echo "Configuration of medusa 2.2_rc2:";;
1439+
short | recursive ) echo "Configuration of medusa 2.2_rc3:";;
14401440
esac
14411441
cat <<\_ACEOF
14421442
@@ -1568,7 +1568,7 @@ fi
15681568
test -n "$ac_init_help" && exit $ac_status
15691569
if $ac_init_version; then
15701570
cat <<\_ACEOF
1571-
medusa configure 2.2_rc2
1571+
medusa configure 2.2_rc3
15721572
generated by GNU Autoconf 2.69
15731573
15741574
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2116,7 +2116,7 @@ cat >config.log <<_ACEOF
21162116
This file contains any messages produced by compilers while
21172117
running configure, to aid debugging if configure makes a mistake.
21182118
2119-
It was created by medusa $as_me 2.2_rc2, which was
2119+
It was created by medusa $as_me 2.2_rc3, which was
21202120
generated by GNU Autoconf 2.69. Invocation command line was
21212121
21222122
$ $0 $@
@@ -3094,7 +3094,7 @@ fi
30943094
30953095
# Define the identity of the package.
30963096
PACKAGE='medusa'
3097-
VERSION='2.2_rc2'
3097+
VERSION='2.2_rc3'
30983098
30993099
31003100
cat >>confdefs.h <<_ACEOF
@@ -8140,7 +8140,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
81408140
# report actual input values of CONFIG_FILES etc. instead of their
81418141
# values after options handling.
81428142
ac_log="
8143-
This file was extended by medusa $as_me 2.2_rc2, which was
8143+
This file was extended by medusa $as_me 2.2_rc3, which was
81448144
generated by GNU Autoconf 2.69. Invocation command line was
81458145
81468146
CONFIG_FILES = $CONFIG_FILES
@@ -8206,7 +8206,7 @@ _ACEOF
82068206
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
82078207
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
82088208
ac_cs_version="\\
8209-
medusa config.status 2.2_rc2
8209+
medusa config.status 2.2_rc3
82108210
configured by $0, generated by GNU Autoconf 2.69,
82118211
with options \\"\$ac_cs_config\\"
82128212

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AC_INIT([medusa], [2.2_rc2])
1+
AC_INIT([medusa], [2.2_rc3])
22
AC_CONFIG_SRCDIR([src/medusa.c])
33
AM_CONFIG_HEADER(config.h)
44

0 commit comments

Comments
 (0)