Skip to content

Commit

Permalink
Increase version to 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
vslavik committed Mar 25, 2024
1 parent 2ba1a57 commit 3d3ac4d
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Poedit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1857,7 +1857,7 @@
ONLY_ACTIVE_ARCH = YES;
OTHER_CFLAGS = "";
POEDIT_FEATURES = "";
POEDIT_VERSION = 3.4.2;
POEDIT_VERSION = 3.5;
SDKROOT = macosx;
WX_DEFINES = "__WXOSX_COCOA__ __WX__ __WXMAC_XCODE__=1 wxUSE_UNICODE_UTF8=0 wxUSE_UNICODE_WCHAR=1";
};
Expand Down Expand Up @@ -1934,7 +1934,7 @@
LLVM_LTO = YES;
MACOSX_DEPLOYMENT_TARGET = 10.14;
POEDIT_FEATURES = "";
POEDIT_VERSION = 3.4.2;
POEDIT_VERSION = 3.5;
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
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.4.2], [[email protected]])
AC_INIT([poedit], [3.5], [[email protected]])

AC_CONFIG_AUX_DIR([admin])
AC_CONFIG_MACRO_DIR([admin])
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.4.2"
version: "3.5"
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 @@ -26,7 +26,7 @@
#ifndef Poedit_version_h
#define Poedit_version_h

#define POEDIT_VERSION "3.4.2"
#define POEDIT_VERSION_WIN 3,4,2
#define POEDIT_VERSION "3.5"
#define POEDIT_VERSION_WIN 3,5,0

#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.4.2"
#define VERSION "3.5"
#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.4.2</PoeditVersion>
<PoeditVersion>3.5</PoeditVersion>
</PropertyGroup>
</Project>

0 comments on commit 3d3ac4d

Please sign in to comment.