Skip to content
This repository has been archived by the owner on Feb 14, 2024. It is now read-only.

Commit

Permalink
Increase version to 1.5.1, update NEWS.
Browse files Browse the repository at this point in the history
  • Loading branch information
vslavik committed Aug 1, 2012
1 parent 8a4357c commit abd73a9
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 8 deletions.
7 changes: 7 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@

Version 1.5.1
-------------

- Windows: fix missing libstdc++-6.dll
- updated several translations


Version 1.5
-----------

Expand Down
2 changes: 1 addition & 1 deletion build.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
poedit.version=1.5
poedit.version=1.5.1

# Set this to sign binaries
# - for example, on OS X: codesign.identity=Developer ID Application
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ dnl Process this file with autoconf to produce a configure script.

AC_PREREQ(2.59)

AC_INIT([poedit], [1.5], [[email protected]])
PACKAGE_SHORT_VERSION=1.5
AC_INIT([poedit], [1.5.1], [[email protected]])
PACKAGE_SHORT_VERSION=1.5.1
AC_SUBST(PACKAGE_SHORT_VERSION)

AC_CONFIG_AUX_DIR([admin])
Expand Down
2 changes: 1 addition & 1 deletion make-distrib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# $Id$
#

VERSION=1.5
VERSION=1.5.1

#(
#cd docs_classes
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 _VERSION_H_
#define _VERSION_H_

#define POEDIT_VERSION "1.5"
#define POEDIT_VERSION_WIN 1,5,0
#define POEDIT_VERSION "1.5.1"
#define POEDIT_VERSION_WIN 1,5,1,0

#endif // _VERSION_H_
4 changes: 2 additions & 2 deletions win32/poedit.iss
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
; Inno Setup installer script
;

#define VERSION "1.5"
#define VERSION_FULL "1.5"
#define VERSION "1.5.1"
#define VERSION_FULL "1.5.1"

#ifndef CRT_REDIST
#define CRT_REDIST "C:\Program Files\Microsoft Visual Studio 9.0\VC\redist\x86\Microsoft.VC90.CRT"
Expand Down

0 comments on commit abd73a9

Please sign in to comment.