Skip to content

Commit

Permalink
gettext 0.19.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mlocati committed Jul 14, 2014
1 parent 263cf3a commit 52c8027
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion all-compile-iconv-gettext-windows.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh
BLDGTXTALL_VERS_ICONV=1.14
BLDGTXTALL_VERS_GETTEXT=0.19.1
BLDGTXTALL_VERS_GETTEXT=0.19.2

./compile-iconv-gettext-windows.sh --iconv $BLDGTXTALL_VERS_ICONV --gettext $BLDGTXTALL_VERS_GETTEXT --bits 32 --how shared
if [ $? -ne 0 ]; then
Expand Down
2 changes: 1 addition & 1 deletion compile-iconv-gettext-windows.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ else
fi

if [ -z "$BLDGTXT_VERS_GETTEXT" ]; then
BLDGTXT_VERS_GETTEXT=0.19.1
BLDGTXT_VERS_GETTEXT=0.19.2
echo "gettext version [$BLDGTXT_VERS_GETTEXT]:"
read BLDGTXT_TMP
if [ ! -z "$BLDGTXT_TMP" ]; then
Expand Down
2 changes: 1 addition & 1 deletion setup-data/setup-base.iss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#define MyGettextVer "0.19.1"
#define MyGettextVer "0.19.2"
#define MyIconvVer "1.14"

[Setup]
Expand Down

0 comments on commit 52c8027

Please sign in to comment.