Skip to content

Commit c4fe890

Browse files
committed
Increase version to 3.6.3, update NEWS
1 parent 2fd52b9 commit c4fe890

File tree

8 files changed

+14
-8
lines changed

8 files changed

+14
-8
lines changed

NEWS

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
Version 3.6.3
2+
-------------
3+
4+
- Fix regression in XLIFF 1.2 state handling introduced in 3.6.2.
5+
6+
17
Version 3.6.2
28
-------------
39

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
22

33
AC_PREREQ([2.61])
44

5-
AC_INIT([poedit], [3.6.2], [help@poedit.net])
5+
AC_INIT([poedit], [3.6.3], [help@poedit.net])
66

77
AC_CONFIG_AUX_DIR([admin])
88
AC_CONFIG_MACRO_DIR([admin])

macos/poedit.xcconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
MARKETING_VERSION = 3.6.2
2+
MARKETING_VERSION = 3.6.3
33

44
HEADER_SEARCH_PATHS = deps/icu/macos $(inherited)
55

scripts/refresh-pot.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash -e
22

3-
POEDIT_VERSION="3.6.2"
3+
POEDIT_VERSION="3.6.3"
44

55
[ -n "${WXRC}" ] || WXRC=wxrc
66

snap/snapcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: poedit
2-
version: "3.6.2"
2+
version: "3.6.3"
33
title: Poedit
44
summary: Simple translation editor
55
description: >

src/version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
#define Poedit_version_h
2828

2929
#define POEDIT_VERSION_SHORT "3.6"
30-
#define POEDIT_VERSION "3.6.2"
31-
#define POEDIT_VERSION_WIN 3,6,2
30+
#define POEDIT_VERSION "3.6.3"
31+
#define POEDIT_VERSION_WIN 3,6,3
3232

3333
#endif // Poedit_version_h

win32/poedit.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
#include "../" + BINDIR + "/git_build_number.h"
3434

35-
#define VERSION "3.6.2"
35+
#define VERSION "3.6.3"
3636
#define VERSION_WIN VERSION + "." + Str(POEDIT_GIT_BUILD_NUMBER)
3737

3838
#define APP_ID "{68EB2C37-083A-4303-B5D8-41FA67E50B8F}"

win32/version.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup>
4-
<PoeditVersion>3.6.2</PoeditVersion>
4+
<PoeditVersion>3.6.3</PoeditVersion>
55
</PropertyGroup>
66
</Project>

0 commit comments

Comments
 (0)