Skip to content

Commit

Permalink
Tagged and packaged digup-0.6.40
Browse files Browse the repository at this point in the history
  • Loading branch information
bingmann committed Jan 30, 2011
1 parent f3e413e commit 6c5fa2b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
20 changes: 10 additions & 10 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.65 for digup 0.6.
# Generated by GNU Autoconf 2.65 for digup 0.6.40.
#
#
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
Expand Down Expand Up @@ -549,8 +549,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='digup'
PACKAGE_TARNAME='digup'
PACKAGE_VERSION='0.6'
PACKAGE_STRING='digup 0.6'
PACKAGE_VERSION='0.6.40'
PACKAGE_STRING='digup 0.6.40'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''

Expand Down Expand Up @@ -1245,7 +1245,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 digup 0.6 to adapt to many kinds of systems.
\`configure' configures digup 0.6.40 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
Expand Down Expand Up @@ -1315,7 +1315,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of digup 0.6:";;
short | recursive ) echo "Configuration of digup 0.6.40:";;
esac
cat <<\_ACEOF
Expand Down Expand Up @@ -1408,7 +1408,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
digup configure 0.6
digup configure 0.6.40
generated by GNU Autoconf 2.65
Copyright (C) 2009 Free Software Foundation, Inc.
Expand Down Expand Up @@ -1773,7 +1773,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 digup $as_me 0.6, which was
It was created by digup $as_me 0.6.40, which was
generated by GNU Autoconf 2.65. Invocation command line was
$ $0 $@
Expand Down Expand Up @@ -2556,7 +2556,7 @@ fi

# Define the identity of the package.
PACKAGE='digup'
VERSION='0.6'
VERSION='0.6.40'


cat >>confdefs.h <<_ACEOF
Expand Down Expand Up @@ -5641,7 +5641,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 digup $as_me 0.6, which was
This file was extended by digup $as_me 0.6.40, which was
generated by GNU Autoconf 2.65. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -5698,7 +5698,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="\\
digup config.status 0.6
digup config.status 0.6.40
configured by $0, generated by GNU Autoconf 2.65,
with options \\"\$ac_cs_config\\"
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $Id$ -*- Autoconf -*-

AC_PREREQ(2.60)
AC_INIT(digup, 0.6)
AC_INIT(digup, 0.6.40)
AC_CONFIG_SRCDIR(src/digup.c)
AC_CONFIG_AUX_DIR(acscripts)

Expand Down
2 changes: 1 addition & 1 deletion digup.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

Summary: Tool to read, verify and update MD5 or SHA digest files
Name: digup
Version: 0.6
Version: 0.6.40
Release: 1%{?dist}
Group: Applications/System
License: GPL
Expand Down

0 comments on commit 6c5fa2b

Please sign in to comment.