[rs-commit] r410 - in /mod_spkac/trunk: ChangeLog configure configure.ac

rs-commit at redwax.eu rs-commit at redwax.eu
Sun May 10 00:22:17 CEST 2020


Author: minfrin at redwax.eu
Date: Sun May 10 00:22:16 2020
New Revision: 410

Log:
Bump version after tag.

Modified:
    mod_spkac/trunk/ChangeLog
    mod_spkac/trunk/configure
    mod_spkac/trunk/configure.ac

Modified: mod_spkac/trunk/ChangeLog
==============================================================================
--- mod_spkac/trunk/ChangeLog	(original)
+++ mod_spkac/trunk/ChangeLog	Sun May 10 00:22:16 2020
@@ -1,3 +1,6 @@
+
+Changes with v0.2.4
+
 
 Changes with v0.2.3
 

Modified: mod_spkac/trunk/configure
==============================================================================
--- mod_spkac/trunk/configure	(original)
+++ mod_spkac/trunk/configure	Sun May 10 00:22:16 2020
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for mod_spkac 0.2.3.
+# Generated by GNU Autoconf 2.69 for mod_spkac 0.2.4.
 #
 # Report bugs to <dev-rs at redwax.eu>.
 #
@@ -580,8 +580,8 @@
 # Identity of this package.
 PACKAGE_NAME='mod_spkac'
 PACKAGE_TARNAME='mod_spkac'
-PACKAGE_VERSION='0.2.3'
-PACKAGE_STRING='mod_spkac 0.2.3'
+PACKAGE_VERSION='0.2.4'
+PACKAGE_STRING='mod_spkac 0.2.4'
 PACKAGE_BUGREPORT='dev-rs at redwax.eu'
 PACKAGE_URL=''
 
@@ -1280,7 +1280,7 @@
   # 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 mod_spkac 0.2.3 to adapt to many kinds of systems.
+\`configure' configures mod_spkac 0.2.4 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1346,7 +1346,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of mod_spkac 0.2.3:";;
+     short | recursive ) echo "Configuration of mod_spkac 0.2.4:";;
    esac
   cat <<\_ACEOF
 
@@ -1452,7 +1452,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-mod_spkac configure 0.2.3
+mod_spkac configure 0.2.4
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1875,7 +1875,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by mod_spkac $as_me 0.2.3, which was
+It was created by mod_spkac $as_me 0.2.4, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2738,7 +2738,7 @@
 
 # Define the identity of the package.
  PACKAGE='mod_spkac'
- VERSION='0.2.3'
+ VERSION='0.2.4'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -5274,7 +5274,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by mod_spkac $as_me 0.2.3, which was
+This file was extended by mod_spkac $as_me 0.2.4, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -5340,7 +5340,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-mod_spkac config.status 0.2.3
+mod_spkac config.status 0.2.4
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 

Modified: mod_spkac/trunk/configure.ac
==============================================================================
--- mod_spkac/trunk/configure.ac	(original)
+++ mod_spkac/trunk/configure.ac	Sun May 10 00:22:16 2020
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.59)
-AC_INIT(mod_spkac, 0.2.3, dev-rs at redwax.eu)
+AC_INIT(mod_spkac, 0.2.4, dev-rs at redwax.eu)
 AM_INIT_AUTOMAKE([dist-bzip2])
 AC_CONFIG_FILES([Makefile mod_spkac.spec])
 AC_CONFIG_SRCDIR([mod_spkac.c])



More information about the rs-commit mailing list