[rs-commit] r407 - in /mod_scep/trunk: configure configure.ac

rs-commit at redwax.eu rs-commit at redwax.eu
Sun May 10 00:02:19 CEST 2020


Author: minfrin at redwax.eu
Date: Sun May 10 00:02:19 2020
New Revision: 407

Log:
Bump version after tag.

Modified:
    mod_scep/trunk/configure
    mod_scep/trunk/configure.ac

Modified: mod_scep/trunk/configure
==============================================================================
--- mod_scep/trunk/configure	(original)
+++ mod_scep/trunk/configure	Sun May 10 00:02:19 2020
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for mod_scep 0.2.4.
+# Generated by GNU Autoconf 2.69 for mod_scep 0.2.5.
 #
 # Report bugs to <dev-rs at redwax.eu>.
 #
@@ -580,8 +580,8 @@
 # Identity of this package.
 PACKAGE_NAME='mod_scep'
 PACKAGE_TARNAME='mod_scep'
-PACKAGE_VERSION='0.2.4'
-PACKAGE_STRING='mod_scep 0.2.4'
+PACKAGE_VERSION='0.2.5'
+PACKAGE_STRING='mod_scep 0.2.5'
 PACKAGE_BUGREPORT='dev-rs at redwax.eu'
 PACKAGE_URL=''
 
@@ -1288,7 +1288,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_scep 0.2.4 to adapt to many kinds of systems.
+\`configure' configures mod_scep 0.2.5 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1354,7 +1354,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of mod_scep 0.2.4:";;
+     short | recursive ) echo "Configuration of mod_scep 0.2.5:";;
    esac
   cat <<\_ACEOF
 
@@ -1464,7 +1464,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-mod_scep configure 0.2.4
+mod_scep configure 0.2.5
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1890,7 +1890,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_scep $as_me 0.2.4, which was
+It was created by mod_scep $as_me 0.2.5, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2753,7 +2753,7 @@
 
 # Define the identity of the package.
  PACKAGE='mod_scep'
- VERSION='0.2.4'
+ VERSION='0.2.5'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -5490,7 +5490,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by mod_scep $as_me 0.2.4, which was
+This file was extended by mod_scep $as_me 0.2.5, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -5556,7 +5556,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_scep config.status 0.2.4
+mod_scep config.status 0.2.5
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 

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



More information about the rs-commit mailing list