SplashAbout: Change version number to 1.4.3.1 to become compatible with wiki.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9372 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz 2024-06-28 14:24:57 +00:00
parent 61033d13c1
commit 0df033694b
6 changed files with 17 additions and 10 deletions

View File

@ -1,11 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<CONFIG>
<ProjectOptions>
<Version Value="11"/>
<Version Value="12"/>
<PathDelim Value="\"/>
<General>
<Flags>
<CompatibilityMode Value="True"/>
</Flags>
<SessionStorage Value="InProjectDir"/>
<MainUnit Value="0"/>
<Title Value="project1"/>
<ResourceType Value="res"/>
<UseXPManifest Value="True"/>
@ -69,6 +71,9 @@
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
</SearchPaths>
<Linking>
<Debugging>
<DebugInfoType Value="dsDwarf3"/>
</Debugging>
<Options>
<Win32>
<GraphicApplication Value="True"/>

View File

@ -2,7 +2,7 @@
<CONFIG>
<ProjectSession>
<PathDelim Value="\"/>
<Version Value="11"/>
<Version Value="12"/>
<BuildModes Active="Default"/>
<Units Count="4">
<Unit0>
@ -19,7 +19,8 @@
<ResourceBaseClass Value="Form"/>
<UnitName Value="Unit1"/>
<IsVisibleTab Value="True"/>
<EditorIndex Value="2"/>
<EditorIndex Value="1"/>
<TopLine Value="15"/>
<CursorPos X="32" Y="27"/>
<UsageCount Value="64"/>
<Loaded Value="True"/>
@ -27,7 +28,7 @@
</Unit1>
<Unit2>
<Filename Value="..\usplashabout.pas"/>
<EditorIndex Value="1"/>
<EditorIndex Value="2"/>
<TopLine Value="670"/>
<CursorPos Y="672"/>
<UsageCount Value="31"/>
@ -69,7 +70,7 @@
</JumpHistory>
<RunParams>
<FormatVersion Value="2"/>
<Modes Count="0" ActiveMode="default"/>
<Modes ActiveMode="default"/>
</RunParams>
</ProjectSession>
</CONFIG>

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<CONFIG>
<Package Version="4">
<Package Version="5">
<PathDelim Value="\"/>
<Name Value="splashabout"/>
<Type Value="RunAndDesignTime"/>
@ -22,7 +22,7 @@ Windows are created on-the-fly and destroyed on close.
"/>
<License Value="LGPL
Use and abuse as you will."/>
<Version Major="1" Minor="2" Release="1" Build="2"/>
<Version Major="1" Minor="4" Release="3" Build="1"/>
<Files Count="2">
<Item1>
<Filename Value="usplashabout.pas"/>
@ -34,6 +34,7 @@ Use and abuse as you will."/>
<UnitName Value="uversion"/>
</Item2>
</Files>
<CompatibilityMode Value="True"/>
<RequiredPkgs Count="2">
<Item1>
<PackageName Value="poweredby"/>

View File

@ -2,14 +2,14 @@
"UpdatePackageData" : {
"DisableInOPM" : false,
"DownloadZipURL" : "https://svn.code.sf.net/p/lazarus-ccr/svn/components/splashabout/updates/splashabout.zip",
"Name" : "splashabout.zip"
"Name" : "splashabout"
},
"UpdatePackageFiles" : [
{
"ForceNotify" : false,
"InternalVersion" : 1,
"Name" : "splashabout.lpk",
"Version" : "1.2.1.2"
"Version" : "1.4.3.1"
}
]
}