Skip to content

Commit

Permalink
Increase version to 3.5.1, update NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
vslavik committed Sep 14, 2024
1 parent 400a866 commit 5ed599a
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 7 deletions.
8 changes: 8 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
Version 3.5.1
-------------

- Several language-related fixes on Windows and Mac.
- Minor visual fixes (alignment, dark mode, blurry icons).
- [macOS] Added modern Quick Look preview extension (required on macOS 15).


Version 3.5
-----------

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.

AC_PREREQ([2.61])

AC_INIT([poedit], [3.5], [[email protected]])
AC_INIT([poedit], [3.5.1], [[email protected]])

AC_CONFIG_AUX_DIR([admin])
AC_CONFIG_MACRO_DIR([admin])
Expand Down
2 changes: 1 addition & 1 deletion macos/poedit.xcconfig
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

MARKETING_VERSION = 3.5
MARKETING_VERSION = 3.5.1

HEADER_SEARCH_PATHS = deps/icu/macos $(inherited)

Expand Down
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: poedit
version: "3.5"
version: "3.5.1"
title: Poedit
summary: Simple translation editor
description: >
Expand Down
4 changes: 2 additions & 2 deletions src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
#define Poedit_version_h

#define POEDIT_VERSION_SHORT "3.5"
#define POEDIT_VERSION "3.5"
#define POEDIT_VERSION_WIN 3,5,0
#define POEDIT_VERSION "3.5.1"
#define POEDIT_VERSION_WIN 3,5,1

#endif // Poedit_version_h
2 changes: 1 addition & 1 deletion win32/poedit.iss
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

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

#define VERSION "3.5"
#define VERSION "3.5.1"
#define VERSION_WIN VERSION + "." + Str(POEDIT_GIT_BUILD_NUMBER)

#define APP_ID "{68EB2C37-083A-4303-B5D8-41FA67E50B8F}"
Expand Down
2 changes: 1 addition & 1 deletion win32/version.props
Original file line number Diff line number Diff line change
@@ -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>3.5</PoeditVersion>
<PoeditVersion>3.5.1</PoeditVersion>
</PropertyGroup>
</Project>

0 comments on commit 5ed599a

Please sign in to comment.