diff --git a/CHANGES.ugenk b/CHANGES.ugenk index c4c6122..7478cae 100644 --- a/CHANGES.ugenk +++ b/CHANGES.ugenk @@ -43,3 +43,7 @@ * fixed 'Ñ' in FAQ * added buggy-emsi option in configure. use it in case of problems with stupid mailers * fixed hydra + +0.22.9 +====== + + Changed version for compliance with *BSD ports diff --git a/debian/changelog b/debian/changelog index d105766..158486d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +bforce (0.22.9) unstable; urgency=low + + * Changed version in upstream + + -- Evgeniy Kozhuhovskiy Sun, 2 Oct 2005 22:45:27 +0300 + bforce (0.22.8.ugenk6-1) unstable; urgency=low * Upstream release diff --git a/source/.version b/source/.version index e1f62b6..6b9f278 100644 --- a/source/.version +++ b/source/.version @@ -1 +1 @@ -0.22.8.ugenk6 +0.22.9 diff --git a/source/configure b/source/configure index ee2d112..d6e376c 100755 --- a/source/configure +++ b/source/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.59 for bforce 0.22.8.ugenk6. +# Generated by GNU Autoconf 2.59 for bforce 0.22.9. # # Report bugs to . # @@ -269,8 +269,8 @@ SHELL=${CONFIG_SHELL-/bin/sh} # Identity of this package. PACKAGE_NAME='bforce' PACKAGE_TARNAME='bforce' -PACKAGE_VERSION='0.22.8.ugenk6' -PACKAGE_STRING='bforce 0.22.8.ugenk6' +PACKAGE_VERSION='0.22.9' +PACKAGE_STRING='bforce 0.22.9' PACKAGE_BUGREPORT='e.kozhuhovskiy@gmail.com' ac_default_prefix=/usr/local/fido @@ -780,7 +780,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 bforce 0.22.8.ugenk6 to adapt to many kinds of systems. +\`configure' configures bforce 0.22.9 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -842,7 +842,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of bforce 0.22.8.ugenk6:";; + short | recursive ) echo "Configuration of bforce 0.22.9:";; esac cat <<\_ACEOF @@ -974,7 +974,7 @@ fi test -n "$ac_init_help" && exit 0 if $ac_init_version; then cat <<\_ACEOF -bforce configure 0.22.8.ugenk6 +bforce configure 0.22.9 generated by GNU Autoconf 2.59 Copyright (C) 2003 Free Software Foundation, Inc. @@ -988,7 +988,7 @@ cat >&5 <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by bforce $as_me 0.22.8.ugenk6, which was +It was created by bforce $as_me 0.22.9, which was generated by GNU Autoconf 2.59. Invocation command line was $ $0 $@ @@ -5600,7 +5600,7 @@ _ASBOX } >&5 cat >&5 <<_CSEOF -This file was extended by bforce $as_me 0.22.8.ugenk6, which was +This file was extended by bforce $as_me 0.22.9, which was generated by GNU Autoconf 2.59. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -5660,7 +5660,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ -bforce config.status 0.22.8.ugenk6 +bforce config.status 0.22.9 configured by $0, generated by GNU Autoconf 2.59, with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" @@ -6735,7 +6735,7 @@ _ASBOX } >&5 cat >&5 <<_CSEOF -This file was extended by bforce $as_me 0.22.8.ugenk6, which was +This file was extended by bforce $as_me 0.22.9, which was generated by GNU Autoconf 2.59. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -6795,7 +6795,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ -bforce config.status 0.22.8.ugenk6 +bforce config.status 0.22.9 configured by $0, generated by GNU Autoconf 2.59, with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" diff --git a/source/configure.in b/source/configure.in index 2237457..f0e2722 100644 --- a/source/configure.in +++ b/source/configure.in @@ -3,7 +3,7 @@ dnl dnl $Id$ dnl #AC_INIT(bforce/bforce.c) -AC_INIT([bforce],[0.22.8.ugenk6],[e.kozhuhovskiy@gmail.com]) +AC_INIT([bforce],[0.22.9],[e.kozhuhovskiy@gmail.com]) AC_CONFIG_HEADER(include/config.h) AC_CANONICAL_SYSTEM dnl # Minimum Autoconf version required.