Skip to content

Commit 0fa8748

Browse files
committed
Increase version to 1.7.4, update NEWS
1 parent 9c9a4f2 commit 0fa8748

File tree

7 files changed

+21
-10
lines changed

7 files changed

+21
-10
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ deploy:
3232
api_key:
3333
secure: fkelxNMcGoNY4MT30dEiEUE53cMkhtmr44Y7iSEkOGmfeG9ReUqVIk1nd7027iehzdhhcov57XwHg49KA+AWpQGvEbLkRNRazOxSGFL9o/P/Rzft/tvKP0sxcRF5RUVo0b5J5wlsIKSlbjDqGu9CM+G4eyK0D2jo/XPzsv9akKQ=
3434
skip_cleanup: true
35-
file: poedit-1.7.3.tar.gz
35+
file: poedit-1.7.4.tar.gz
3636
on:
3737
repo: vslavik/poedit
3838
tags: true

NEWS

+11
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11

2+
Version 1.7.4
3+
-------------
4+
5+
- size of the bottom editing part is now remembered correctly again
6+
- [GTK+] fix broken Edit->Copy/Cut/Paste
7+
- [OS X] fix stray BOM marks appearing on suggestions in some cases
8+
- [OS X] fix Brazilian Portuguese localization not being used
9+
- [OS X] fix sandbox permission window with unusual source paths setting
10+
- [Windows] HiDPI support
11+
12+
213
Version 1.7.3
314
-------------
415

Poedit.xcodeproj/project.pbxproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -1410,7 +1410,7 @@
14101410
MACOSX_DEPLOYMENT_TARGET = 10.7;
14111411
ONLY_ACTIVE_ARCH = YES;
14121412
POEDIT_FEATURES = "";
1413-
POEDIT_VERSION = 1.7.3;
1413+
POEDIT_VERSION = 1.7.4;
14141414
SDKROOT = macosx;
14151415
WX_DEFINES = "__WXOSX_COCOA__ __WX__ __WXMAC_XCODE__=1 wxUSE_UNICODE_UTF8=0 wxUSE_UNICODE_WCHAR=1";
14161416
};
@@ -1460,7 +1460,7 @@
14601460
LIBRARY_SEARCH_PATHS = "";
14611461
MACOSX_DEPLOYMENT_TARGET = 10.7;
14621462
POEDIT_FEATURES = "";
1463-
POEDIT_VERSION = 1.7.3;
1463+
POEDIT_VERSION = 1.7.4;
14641464
SDKROOT = macosx;
14651465
WX_DEFINES = "__WXOSX_COCOA__ __WX__ __WXMAC_XCODE__=1 wxUSE_UNICODE_UTF8=0 wxUSE_UNICODE_WCHAR=1";
14661466
};

configure.ac

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ dnl Process this file with autoconf to produce a configure script.
22

33
AC_PREREQ(2.59)
44

5-
AC_INIT([poedit], [1.7.3], [[email protected]])
6-
PACKAGE_SHORT_VERSION=1.7.3
5+
AC_INIT([poedit], [1.7.4], [[email protected]])
6+
PACKAGE_SHORT_VERSION=1.7.4
77
AC_SUBST(PACKAGE_SHORT_VERSION)
88

99
AC_CONFIG_AUX_DIR([admin])

src/version.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
#ifndef _VERSION_H_
2727
#define _VERSION_H_
2828

29-
#define POEDIT_VERSION "1.7.3"
30-
#define POEDIT_VERSION_WIN 1,7,3,0
29+
#define POEDIT_VERSION "1.7.4"
30+
#define POEDIT_VERSION_WIN 1,7,4,0
3131

3232
#endif // _VERSION_H_

win32/distrib.proj

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<Import Project="..\.nuget\nuget.targets" />
88

99
<PropertyGroup>
10-
<PoeditVersion>1.7.3</PoeditVersion>
10+
<PoeditVersion>1.7.4</PoeditVersion>
1111
<OutputDir>distrib-$(Configuration)-$(PoeditVersion)</OutputDir>
1212

1313
<CodesignTimestampServer>http://timestamp.verisign.com/scripts/timstamp.dll</CodesignTimestampServer>

win32/poedit.iss

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
; Inno Setup installer script
2525
;
2626

27-
#define VERSION "1.7.3"
28-
#define VERSION_FULL "1.7.3"
27+
#define VERSION "1.7.4"
28+
#define VERSION_FULL "1.7.4"
2929

3030
#ifndef CONFIG
3131
#define Config "Release"

0 commit comments

Comments
 (0)