Skip to content

Commit

Permalink
Increase version to 2.4.1, update NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
vslavik committed Aug 10, 2020
1 parent d2ea2b3 commit bb5e5b3
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -59,7 +59,7 @@ deploy:
api_key:
secure: fkelxNMcGoNY4MT30dEiEUE53cMkhtmr44Y7iSEkOGmfeG9ReUqVIk1nd7027iehzdhhcov57XwHg49KA+AWpQGvEbLkRNRazOxSGFL9o/P/Rzft/tvKP0sxcRF5RUVo0b5J5wlsIKSlbjDqGu9CM+G4eyK0D2jo/XPzsv9akKQ=
skip_cleanup: true
file: poedit-2.4.tar.gz
file: poedit-2.4.1.tar.gz
on:
repo: vslavik/poedit
tags: true
Expand Down
8 changes: 8 additions & 0 deletions NEWS
@@ -1,4 +1,12 @@

Version 2.4.1
-------------

- Upgraded bundled GNU gettext version to 0.21.
- Added support for Ruby format strings.
- [macOS] Fixed compatibility with OS X 10.10 and 10.11.


Version 2.4
-----------

Expand Down
4 changes: 2 additions & 2 deletions Poedit.xcodeproj/project.pbxproj
Expand Up @@ -1767,7 +1767,7 @@
ONLY_ACTIVE_ARCH = YES;
OTHER_CFLAGS = "";
POEDIT_FEATURES = "";
POEDIT_VERSION = 2.4;
POEDIT_VERSION = 2.4.1;
SDKROOT = macosx;
WX_DEFINES = "__WXOSX_COCOA__ __WX__ __WXMAC_XCODE__=1 wxUSE_UNICODE_UTF8=0 wxUSE_UNICODE_WCHAR=1";
};
Expand Down Expand Up @@ -1838,7 +1838,7 @@
LLVM_LTO = YES;
MACOSX_DEPLOYMENT_TARGET = 10.10;
POEDIT_FEATURES = "";
POEDIT_VERSION = 2.4;
POEDIT_VERSION = 2.4.1;
SDKROOT = macosx;
WX_DEFINES = "__WXOSX_COCOA__ __WX__ __WXMAC_XCODE__=1 wxUSE_UNICODE_UTF8=0 wxUSE_UNICODE_WCHAR=1";
};
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.

AC_PREREQ(2.59)

AC_INIT([poedit], [2.4], [help@poedit.net])
AC_INIT([poedit], [2.4.1], [help@poedit.net])

AC_CONFIG_AUX_DIR([admin])
AC_CONFIG_MACRO_DIR([admin])
Expand Down
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
@@ -1,5 +1,5 @@
name: poedit
version: "2.4"
version: "2.4.1"
summary: Simple translation editor
description: >
Translation editor for gettext (PO files) and XLIFF.
Expand Down
4 changes: 2 additions & 2 deletions src/version.h
Expand Up @@ -26,7 +26,7 @@
#ifndef Poedit_version_h
#define Poedit_version_h

#define POEDIT_VERSION "2.4"
#define POEDIT_VERSION_WIN 2,4,0
#define POEDIT_VERSION "2.4.1"
#define POEDIT_VERSION_WIN 2,4,1

#endif // Poedit_version_h
2 changes: 1 addition & 1 deletion win32/poedit.iss
Expand Up @@ -30,7 +30,7 @@

#include "../" + CONFIG + "/git_build_number.h"

#define VERSION "2.4"
#define VERSION "2.4.1"
#define VERSION_WIN VERSION + "." + Str(POEDIT_GIT_BUILD_NUMBER)

#ifndef CRT_REDIST
Expand Down
2 changes: 1 addition & 1 deletion win32/version.props
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<PoeditVersion>2.4</PoeditVersion>
<PoeditVersion>2.4.1</PoeditVersion>
</PropertyGroup>
</Project>

0 comments on commit bb5e5b3

Please sign in to comment.