[longomatch] Bump version 0.15.1



commit 630b6972b9e1481adfde4bf8d8f2aff8319bea7b
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Thu Aug 27 16:40:24 2009 +0200

    Bump version 0.15.1

 CesarPlayer/AssemblyInfo.cs |    2 +-
 LongoMatch/AssemblyInfo.cs  |    2 +-
 configure                   |   20 ++++++++++----------
 configure.ac                |    2 +-
 4 files changed, 13 insertions(+), 13 deletions(-)
---
diff --git a/CesarPlayer/AssemblyInfo.cs b/CesarPlayer/AssemblyInfo.cs
index 92adf63..fdeb4e6 100644
--- a/CesarPlayer/AssemblyInfo.cs
+++ b/CesarPlayer/AssemblyInfo.cs
@@ -23,7 +23,7 @@ using System.Runtime.CompilerServices;
 // You can specify all values by your own or you can build default build and revision
 // numbers with the '*' character (the default):
 
-[assembly: AssemblyVersion("0.15.0")]
+[assembly: AssemblyVersion("0.15.1")]
 
 // The following attributes specify the key for the sign of your assembly. See the
 // .NET Framework documentation for more information about signing.
diff --git a/LongoMatch/AssemblyInfo.cs b/LongoMatch/AssemblyInfo.cs
index 869e358..65af627 100644
--- a/LongoMatch/AssemblyInfo.cs
+++ b/LongoMatch/AssemblyInfo.cs
@@ -23,7 +23,7 @@ using System.Runtime.CompilerServices;
 // You can specify all values by your own or you can build default build and revision
 // numbers with the '*' character (the default):
 
-[assembly: AssemblyVersion("0.15.0.2")]
+[assembly: AssemblyVersion("0.15.1")]
 
 // The following attributes specify the key for the sign of your assembly. See the
 // .NET Framework documentation for more information about signing.
diff --git a/configure b/configure
index 3582b68..a974a7b 100755
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.63 for LongoMatch 0.15.0.2.
+# Generated by GNU Autoconf 2.63 for LongoMatch 0.15.1.
 #
 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
 # 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
@@ -743,8 +743,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
 # Identity of this package.
 PACKAGE_NAME='LongoMatch'
 PACKAGE_TARNAME='longomatch'
-PACKAGE_VERSION='0.15.0.2'
-PACKAGE_STRING='LongoMatch 0.15.0.2'
+PACKAGE_VERSION='0.15.1'
+PACKAGE_STRING='LongoMatch 0.15.1'
 PACKAGE_BUGREPORT=''
 
 # Factoring default headers for most tests.
@@ -1491,7 +1491,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 LongoMatch 0.15.0.2 to adapt to many kinds of systems.
+\`configure' configures LongoMatch 0.15.1 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1561,7 +1561,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of LongoMatch 0.15.0.2:";;
+     short | recursive ) echo "Configuration of LongoMatch 0.15.1:";;
    esac
   cat <<\_ACEOF
 
@@ -1678,7 +1678,7 @@ fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-LongoMatch configure 0.15.0.2
+LongoMatch configure 0.15.1
 generated by GNU Autoconf 2.63
 
 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -1692,7 +1692,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 LongoMatch $as_me 0.15.0.2, which was
+It was created by LongoMatch $as_me 0.15.1, which was
 generated by GNU Autoconf 2.63.  Invocation command line was
 
   $ $0 $@
@@ -2408,7 +2408,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE='longomatch'
- VERSION='0.15.0.2'
+ VERSION='0.15.1'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -13562,7 +13562,7 @@ exec 6>&1
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by LongoMatch $as_me 0.15.0.2, which was
+This file was extended by LongoMatch $as_me 0.15.1, which was
 generated by GNU Autoconf 2.63.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -13616,7 +13616,7 @@ Report bugs to <bug-autoconf gnu org>."
 _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_version="\\
-LongoMatch config.status 0.15.0.2
+LongoMatch config.status 0.15.1
 configured by $0, generated by GNU Autoconf 2.63,
   with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
 
diff --git a/configure.ac b/configure.ac
index a3633f2..2816209 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
 dnl Warning: This is an automatically generated file, do not edit!
 dnl Process this file with autoconf to produce a configure script.
 AC_PREREQ([2.54])
-AC_INIT([LongoMatch], [0.15.0.2])
+AC_INIT([LongoMatch], [0.15.1])
 AM_INIT_AUTOMAKE([foreign])
 
 AC_CONFIG_MACRO_DIR([m4])



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]