瀏覽代碼

version 7.0.4

Johann 6 年之前
父節點
當前提交
f4463b719d

+ 3 - 3
lazpaint/lazpaint.lpi

@@ -21,7 +21,7 @@
     <VersionInfo>
       <UseVersionInfo Value="True"/>
       <MajorVersionNr Value="7"/>
-      <RevisionNr Value="3"/>
+      <RevisionNr Value="4"/>
       <CharSet Value="04B0"/>
       <StringTable CompanyName="http://sourceforge.net/projects/lazpaint/" ProductName="LazPaint" InternalName="lazpaint" OriginalFilename="lazpaint.exe"/>
     </VersionInfo>
@@ -321,11 +321,11 @@
     <RequiredPackages Count="5">
       <Item1>
         <PackageName Value="bgracontrols"/>
-        <MinVersion Major="6" Minor="4" Valid="True"/>
+        <MinVersion Major="6" Minor="5" Valid="True"/>
       </Item1>
       <Item2>
         <PackageName Value="BGRABitmapPack"/>
-        <MinVersion Major="10" Minor="6" Valid="True"/>
+        <MinVersion Major="10" Minor="6" Release="2" Valid="True"/>
       </Item2>
       <Item3>
         <PackageName Value="lazpaintcontrols"/>

+ 1 - 1
lazpaint/lazpaintembeddedpack.lpk

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

+ 1 - 1
lazpaint/lazpainttype.pas

@@ -10,7 +10,7 @@ uses
   {$IFDEF LINUX}, InterfaceBase{$ENDIF};
 
 const
-  LazPaintVersion = 7000300;
+  LazPaintVersion = 7000400;
 
   function LazPaintVersionStr: string;
 

+ 8 - 0
lazpaint/release/changelog

@@ -52,3 +52,11 @@ lazpaint (7.0.3) unstable; urgency=low
 
 -- circular <[email protected]>  Sat, 17 Aug 2019 12:16:00 +0100
 
+lazpaint (7.0.4) stable; urgency=low
+
+  * adjusting font size for windows
+  * fix screen update on move image
+  * duplicate vector original
+
+-- circular <[email protected]>  Sun, 18 Aug 2019 22:07:00 +0100
+

+ 8 - 0
lazpaint/release/debian/linux32/DEBIAN/changelog

@@ -52,3 +52,11 @@ lazpaint (7.0.3) unstable; urgency=low
 
 -- circular <[email protected]>  Sat, 17 Aug 2019 12:16:00 +0100
 
+lazpaint (7.0.4) stable; urgency=low
+
+  * adjusting font size for windows
+  * fix screen update on move image
+  * duplicate vector original
+
+-- circular <[email protected]>  Sun, 18 Aug 2019 22:07:00 +0100
+

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

@@ -1,5 +1,5 @@
 Package: lazpaint
-Version: 7.0.3
+Version: 7.0.4
 Section: base
 Priority: optional
 Architecture: i386

+ 8 - 0
lazpaint/release/debian/linux64/DEBIAN/changelog

@@ -52,3 +52,11 @@ lazpaint (7.0.3) unstable; urgency=low
 
 -- circular <[email protected]>  Sat, 17 Aug 2019 12:16:00 +0100
 
+lazpaint (7.0.4) stable; urgency=low
+
+  * adjusting font size for windows
+  * fix screen update on move image
+  * duplicate vector original
+
+-- circular <[email protected]>  Sun, 18 Aug 2019 22:07:00 +0100
+

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

@@ -1,5 +1,5 @@
 Package: lazpaint
-Version: 7.0.3
+Version: 7.0.4
 Section: base
 Priority: optional
 Architecture: amd64

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

@@ -12,7 +12,7 @@ fi
 
 
 appname=LazPaint
-appversion=7.0.3
+appversion=7.0.4
 pkgversion=0
 
 appnamenospaces=LazPaint

+ 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.0.3"
+#define MyAppVersion "7.0.4"
 #define MyAppPublisher "Circular, Fabien Wang, Lainz and others"
 #define MyAppURL "http://sourceforge.net/projects/lazpaint/"
 #define MyAppExeName "lazpaint.exe"