diff --git a/Binary Releases/1.9.7/PosteRazor-1.9.7-OSX.dmg b/Binary Releases/1.9.7/PosteRazor-1.9.7-OSX.dmg new file mode 100644 index 00000000..54aa32e8 Binary files /dev/null and b/Binary Releases/1.9.7/PosteRazor-1.9.7-OSX.dmg differ diff --git a/CHANGES b/CHANGES index bd470787..255bc34c 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,10 @@ +PosteRazor 1.9.7 +================ +(Preview version for the upcoming Qt-based PosteRazor 2) +- Changed: Various small fixes +- Added: Danish translation by Henrik Troels-Hansen +- Added: Czech translation by Filip PivarĨi + PosteRazor 1.9.6 ================ (Preview version for the upcoming Qt-based PosteRazor 2) @@ -90,4 +97,4 @@ PosteRazor 1.1 - Added: PosteRazor has a settings dialog for setting units of lenth, UI language and usage of OpenGL - Added: An input image can be specified by command line (or drag - and drop on the program icon). It is loaded at startup. \ No newline at end of file + and drop on the program icon). It is loaded at startup. diff --git a/README b/README index e6364dc9..3d7e8cee 100644 --- a/README +++ b/README @@ -3,6 +3,7 @@ Description: Homepage: http://posterazor.sourceforge.net/ + https://github.com/aportale/posterazor Maintainer: Alessandro Portale diff --git a/packaging/iss/posterazor.iss b/packaging/iss/posterazor.iss index 030890a6..fb12e5de 100644 --- a/packaging/iss/posterazor.iss +++ b/packaging/iss/posterazor.iss @@ -1,6 +1,6 @@ #define APPLICATIONTITLE "PosteRazor" -#define VERSION "1.9.5" -#define COPYRIGHT "2005-2008 Alessandro Portale" +#define VERSION "1.9.7" +#define COPYRIGHT "2005-2020 Alessandro Portale" #define PREFERENCESDIR "{userappdata}\CasaPortale" #define PREFERENCESFILE PREFERENCESDIR + "\PosteRazor.ini" #define WEBSITE "http://posterazor.sourceforge.net/" diff --git a/src/Info.plist b/src/Info.plist index b19f4154..38729bc9 100644 --- a/src/Info.plist +++ b/src/Info.plist @@ -7,7 +7,7 @@ CFBundleExecutable PosteRazor CFBundleGetInfoString - PosteRazor 1.9.5, Copyright 2005-2008 Alessandro Portale, GNU General Public License + PosteRazor 1.9.7, Copyright 2005-2020 Alessandro Portale, GNU General Public License CFBundleIconFile posterazor CFBundleIdentifier @@ -17,15 +17,15 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.9.5 + 1.9.7 CFBundleSignature ???? CFBundleVersion - 1.9.5 + 1.9.7 CSResourcesFileMapped NSHumanReadableCopyright - Copyright 2005-2008 http://posterazor.sourceforge.net/ + Copyright 2005-2020 http://posterazor.sourceforge.net/ CFBundleDocumentTypes diff --git a/src/posterazor.pro b/src/posterazor.pro index 2bd1a69e..ca1c4136 100644 --- a/src/posterazor.pro +++ b/src/posterazor.pro @@ -14,13 +14,16 @@ macx:ICON = \ posterazor.icns macx:CONFIG += \ - x86 ppc + x86 +# x86 ppc macx:QMAKE_MAC_SDK = \ - /Developer/SDKs/MacOSX10.4u.sdk +/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk +# /Developer/SDKs/MacOSX10.4u.sdk macx:QMAKE_MACOSX_DEPLOYMENT_TARGET = \ - 10.3 + 10.7 +# 10.3 RC_FILE += \ posterazor.rc diff --git a/src/posterazor.rc b/src/posterazor.rc index 27919382..9131c407 100644 --- a/src/posterazor.rc +++ b/src/posterazor.rc @@ -37,8 +37,8 @@ POSTERAZOR_ICON ICON "posterazor.ico" // VS_VERSION_INFO VERSIONINFO - FILEVERSION 1,9,5,0 - PRODUCTVERSION 1,9,5,0 + FILEVERSION 1,9,7,0 + PRODUCTVERSION 1,9,7,0 FILEFLAGSMASK 0x17L #ifdef _DEBUG FILEFLAGS 0x1L @@ -53,15 +53,15 @@ BEGIN BEGIN BLOCK "00000000" BEGIN - VALUE "Comments", "PosteRazor 1.9.5, Copyright 2005-2009 Alessandro Portale, GNU General Public License" + VALUE "Comments", "PosteRazor 1.9.7, Copyright 2005-2020 Alessandro Portale, GNU General Public License" VALUE "CompanyName", "Alessandro Portale www.casaportale.de" VALUE "FileDescription", "PosteRazor" - VALUE "FileVersion", "1.9.5" - VALUE "LegalCopyright", "Copyright (C) 2005-2009 Alessandro Portale" + VALUE "FileVersion", "1.9.7" + VALUE "LegalCopyright", "Copyright (C) 2005-2020 Alessandro Portale" VALUE "LegalTrademarks", "Alessandro Portale" VALUE "OriginalFilename", "posterazor.exe" VALUE "ProductName", "PosteRazor" - VALUE "ProductVersion", "1.9.5" + VALUE "ProductVersion", "1.9.7" END END BLOCK "VarFileInfo"