From 6aae365af685822a61241cbb09cfcc11fda3e1c1 Mon Sep 17 00:00:00 2001 From: "Pawel Hajdan, Jr" Date: Sun, 24 Jan 2016 17:43:25 +0000 Subject: [PATCH] bump version to 1.3.4 --- configure | 20 ++++++++++---------- configure.ac | 4 ++-- po/hunspell.pot | 2 +- src/win_api/Hunspell.rc | 8 ++++---- src/win_api/config.h | 4 ++-- 5 files changed, 19 insertions(+), 19 deletions(-) diff --git a/configure b/configure index 1b42277ac..0b23c6cc1 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.69 for hunspell 1.3.3. +# Generated by GNU Autoconf 2.69 for hunspell 1.3.4. # # Report bugs to . # @@ -729,8 +729,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='hunspell' PACKAGE_TARNAME='hunspell' -PACKAGE_VERSION='1.3.3' -PACKAGE_STRING='hunspell 1.3.3' +PACKAGE_VERSION='1.3.4' +PACKAGE_STRING='hunspell 1.3.4' PACKAGE_BUGREPORT='nemeth@numbertext.org' PACKAGE_URL='' @@ -1528,7 +1528,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 hunspell 1.3.3 to adapt to many kinds of systems. +\`configure' configures hunspell 1.3.4 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1599,7 +1599,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of hunspell 1.3.3:";; + short | recursive ) echo "Configuration of hunspell 1.3.4:";; esac cat <<\_ACEOF @@ -1722,7 +1722,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -hunspell configure 1.3.3 +hunspell configure 1.3.4 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -2449,7 +2449,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 hunspell $as_me 1.3.3, which was +It was created by hunspell $as_me 1.3.4, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -3431,7 +3431,7 @@ fi # Define the identity of the package. PACKAGE=hunspell - VERSION=1.3.3 + VERSION=1.3.4 cat >>confdefs.h <<_ACEOF @@ -21308,7 +21308,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 hunspell $as_me 1.3.3, which was +This file was extended by hunspell $as_me 1.3.4, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -21374,7 +21374,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="\\ -hunspell config.status 1.3.3 +hunspell config.status 1.3.4 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/configure.ac b/configure.ac index d51196651..7d1be7832 100644 --- a/configure.ac +++ b/configure.ac @@ -4,12 +4,12 @@ m4_pattern_allow AC_PREREQ(2.59) -AC_INIT([hunspell],[1.3.3],[nemeth@numbertext.org]) +AC_INIT([hunspell],[1.3.4],[nemeth@numbertext.org]) AC_CANONICAL_SYSTEM AC_SUBST(XFAILED) -AM_INIT_AUTOMAKE(hunspell, 1.3.3) +AM_INIT_AUTOMAKE(hunspell, 1.3.4) HUNSPELL_VERSION_MAJOR=`echo $VERSION | cut -d"." -f1` HUNSPELL_VERSION_MINOR=`echo $VERSION | cut -d"." -f2` AC_SUBST(HUNSPELL_VERSION_MAJOR) diff --git a/po/hunspell.pot b/po/hunspell.pot index b030205f4..fc90bf6ca 100644 --- a/po/hunspell.pot +++ b/po/hunspell.pot @@ -6,7 +6,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: hunspell 1.3.3\n" +"Project-Id-Version: hunspell 1.3.4\n" "Report-Msgid-Bugs-To: nemeth@numbertext.org\n" "POT-Creation-Date: 2014-05-28 09:38+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" diff --git a/src/win_api/Hunspell.rc b/src/win_api/Hunspell.rc index c76f20171..b8465bc15 100644 --- a/src/win_api/Hunspell.rc +++ b/src/win_api/Hunspell.rc @@ -2,8 +2,8 @@ #include VS_VERSION_INFO VERSIONINFO -FILEVERSION 1,3,3,0 -PRODUCTVERSION 1,3,3,0 +FILEVERSION 1,3,4,0 +PRODUCTVERSION 1,3,4,0 FILEFLAGSMASK 0x17L FILEFLAGS 0 FILEOS VOS_NT_WINDOWS32 @@ -21,12 +21,12 @@ BEGIN VALUE "Comments", "Hunspell (http://hunspell.github.io/) by László Németh" VALUE "CompanyName", "http://hunspell.github.io/" VALUE "FileDescription", "libhunspell" - VALUE "FileVersion", "1.3.3" + VALUE "FileVersion", "1.3.4" VALUE "InternalName", "libhunspell" VALUE "LegalCopyright", "Copyright (c) 2007-2011" VALUE "OriginalFilename", "libhunspell.dll" VALUE "ProductName", "Hunspell Dynamic Link Library" - VALUE "ProductVersion", "1.3.3" + VALUE "ProductVersion", "1.3.4" END END END diff --git a/src/win_api/config.h b/src/win_api/config.h index 9a00faee8..1ba48a798 100644 --- a/src/win_api/config.h +++ b/src/win_api/config.h @@ -204,5 +204,5 @@ #define PACKAGE_TARNAME /* Define to the version of this package. */ -#define PACKAGE_VERSION "1.3.3" -#define VERSION "1.3.3" +#define PACKAGE_VERSION "1.3.4" +#define VERSION "1.3.4"