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

View File

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

View File

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

View File

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