Skip to content

Commit

Permalink
bump version to 1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Pawel Hajdan, Jr committed Jan 24, 2016
1 parent fbef87a commit 6aae365
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 19 deletions.
20 changes: 10 additions & 10 deletions 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 <nemeth@numbertext.org>.
#
Expand Down Expand Up @@ -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=''

Expand Down Expand Up @@ -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]...

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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 $@
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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\\"

Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion po/hunspell.pot
Expand Up @@ -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"
Expand Down
8 changes: 4 additions & 4 deletions src/win_api/Hunspell.rc
Expand Up @@ -2,8 +2,8 @@
#include <windows.h>

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
Expand All @@ -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
4 changes: 2 additions & 2 deletions src/win_api/config.h
Expand Up @@ -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"

0 comments on commit 6aae365

Please sign in to comment.