[longomatch] Version 0.15.0.2



commit ce74d8954b02919c7b432f41a8b241fef3889628
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Tue Aug 25 23:44:04 2009 +0200

    Version 0.15.0.2

 LongoMatch/AssemblyInfo.cs     |    2 +-
 LongoMatch/Win32/installer.iss |    2 +-
 configure                      |   20 ++++++++++----------
 configure.ac                   |    2 +-
 4 files changed, 13 insertions(+), 13 deletions(-)
---
diff --git a/LongoMatch/AssemblyInfo.cs b/LongoMatch/AssemblyInfo.cs
index da2c400..869e358 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.1")]
+[assembly: AssemblyVersion("0.15.0.2")]
 
 // 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/Win32/installer.iss b/LongoMatch/Win32/installer.iss
index 6d73dc3..47ca3ee 100644
--- a/LongoMatch/Win32/installer.iss
+++ b/LongoMatch/Win32/installer.iss
@@ -44,7 +44,7 @@ Source: ".\share\*"; DestDir: "{app}\share"; Flags: ignoreversion recursesubdirs
 ; NOTE: Don't use "Flags: ignoreversion" on any shared system files
 
 [Icons]
-Name: "{group}\LongoMatch"; Filename: "{app}\bin\LongoMatch.exe" ;WorkingDir: "{app}\bin"
+Name: "{group}\LongoMatch-0.15"; Filename: "{app}\bin\LongoMatch.exe" ;WorkingDir: "{app}\bin"
 Name: "{commondesktop}\LongoMatch"; Filename: "{app}\bin\LongoMatch.exe"; WorkingDir: "{app}\bin"; Tasks: desktopicon
 
 [Run]
diff --git a/configure b/configure
index ba54796..3582b68 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.1.
+# Generated by GNU Autoconf 2.63 for LongoMatch 0.15.0.2.
 #
 # 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.1'
-PACKAGE_STRING='LongoMatch 0.15.0.1'
+PACKAGE_VERSION='0.15.0.2'
+PACKAGE_STRING='LongoMatch 0.15.0.2'
 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.1 to adapt to many kinds of systems.
+\`configure' configures LongoMatch 0.15.0.2 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.1:";;
+     short | recursive ) echo "Configuration of LongoMatch 0.15.0.2:";;
    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.1
+LongoMatch configure 0.15.0.2
 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.1, which was
+It was created by LongoMatch $as_me 0.15.0.2, 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.1'
+ VERSION='0.15.0.2'
 
 
 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.1, which was
+This file was extended by LongoMatch $as_me 0.15.0.2, 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.1
+LongoMatch config.status 0.15.0.2
 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 68dd35d..a3633f2 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.1])
+AC_INIT([LongoMatch], [0.15.0.2])
 AM_INIT_AUTOMAKE([foreign])
 
 AC_CONFIG_MACRO_DIR([m4])



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