Pārlūkot izejas kodu

lazpaint v7.2.1

Johann ELSASS 3 gadi atpakaļ
vecāks
revīzija
b6567bcf16

+ 1 - 0
lazpaint/lazpaint.lpi

@@ -28,6 +28,7 @@
       <MinorVersionNr Value="2"/>
       <CharSet Value="04B0"/>
       <StringTable CompanyName="http://sourceforge.net/projects/lazpaint/" FileDescription="LazPaint" InternalName="lazpaint" OriginalFilename="lazpaint.exe" ProductName="LazPaint"/>
+      <RevisionNr Value="1"/>
     </VersionInfo>
     <BuildModes Count="10">
       <Item1 Name="Debug" Default="True"/>

+ 1 - 1
lazpaint/lazpaintembeddedpack.lpk

@@ -26,7 +26,7 @@
         </Debugging>
       </Linking>
     </CompilerOptions>
-    <Version Major="7" Minor="2"/>
+    <Version Major="7" Minor="2" Release="1"/>
     <Files Count="94">
       <Item1>
         <Filename Value="lazpaintinstance.pas"/>

+ 1 - 1
lazpaint/lazpainttype.pas

@@ -11,7 +11,7 @@ uses
   {$IFDEF LINUX}, InterfaceBase{$ENDIF};
 
 const
-  LazPaintVersion = 7020000;
+  LazPaintVersion = 7020100;
 
   function LazPaintVersionStr: string;
 

+ 2 - 1
lazpaint/release/debian/debian/changelog

@@ -3,10 +3,11 @@ lazpaint (7.2.1) stable; urgency=low
   * MacOS: adapt quick save shortcut on MacOS
   * translations: competed German, Portuguese, Chinese, Dutch, Spanish
   * command line: added "screenshot" command
+  * command line: added "editor" command
   * text tool: multi click to select word / paragraph
   * script: fix in Python scripting (dialog.py)
 
- -- circular <[email protected]>  Sat, 21 Aug 2022 12:44:00 +0100
+ -- circular <[email protected]>  Sat, 21 Aug 2022 18:50:00 +0100
 
 lazpaint (7.2) stable; urgency=low
 

+ 1 - 1
lazpaint/release/debian/debian/control

@@ -5,7 +5,7 @@ Maintainer: circular <[email protected]>
 Homepage: https://wiki.freepascal.org/LazPaint
 Package: lazpaint
 Architecture: any
-Version: 7.2
+Version: 7.2.1
 Depends: ${shlibs:Depends}
 Conflicts: lazpaint-gtk2, lazpaint-gtk3, lazpaint-qt4, lazpaint-qt5
 Description: Image editor with raster and vector layers

+ 2 - 2
lazpaint/release/macOS/LazPaint.app/Contents/Info.plist

@@ -19,9 +19,9 @@
     <key>CFBundleSignature</key>
     <string>lazp</string>
     <key>CFBundleShortVersionString</key>
-    <string>7.2</string>
+    <string>7.2.1</string>
     <key>CFBundleVersion</key>
-    <string>7.2</string>
+    <string>7.2.1</string>
     <key>CSResourcesFileMapped</key>
     <true/>
     <key>CFBundleDocumentTypes</key>

+ 1 - 1
lazpaint/release/macOS/makedmg.sh

@@ -8,7 +8,7 @@ if ! [ ${OSTYPE:0:6} = "darwin" ]; then
 fi
 
 appname=LazPaint
-appversion=7.2
+appversion=7.2.1
 pkgversion=0
 appnamenospaces=lazpaint
 appbundle="$appname.app"

+ 1 - 1
lazpaint/release/windows/lazpaint.iss

@@ -1,7 +1,7 @@
 #define MyAppName "LazPaint"
 #define MyAppOutputName "lazpaint"
 #define MyInstallerSuffix "_setup_win32_win64"
-#define MyAppVersion "7.2"
+#define MyAppVersion "7.2.1"
 #define MyAppPublisher "Circular, Fabien Wang, Lainz and others"
 #define MyAppURL "http://sourceforge.net/projects/lazpaint/"
 #define MyAppExeName "lazpaint.exe"

+ 1 - 1
web/config.toml

@@ -5,7 +5,7 @@ disableKinds = ["taxonomyTerm"]
 
 [params]
   repo = "https://github.com/bgrabitmap/lazpaint/releases/download/"
-  version = "7.2"
+  version = "7.2.1"
 
 [languages]
   [languages.de]