mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-28 10:02:14 +00:00
UPD: Version 0.4.6 -> 0.5.5.
This commit is contained in:
parent
0e9615a534
commit
eb88175d2a
2 changed files with 4 additions and 4 deletions
|
|
@ -21,9 +21,9 @@
|
|||
</i18n>
|
||||
<VersionInfo>
|
||||
<UseVersionInfo Value="True"/>
|
||||
<MinorVersionNr Value="4"/>
|
||||
<RevisionNr Value="6"/>
|
||||
<StringTable FileDescription="Double Commander is a cross platform open source file manager with two panels side by side" InternalName="DOUBLECMD" LegalCopyright="Copyright (C) 2006-2009 Koblov Alexander" ProductName="Double Commander" ProductVersion=""/>
|
||||
<MinorVersionNr Value="5"/>
|
||||
<RevisionNr Value="5"/>
|
||||
<StringTable FileDescription="Double Commander is a cross platform open source file manager with two panels side by side" InternalName="DOUBLECMD" LegalCopyright="Copyright (C) 2006-2011 Koblov Alexander" ProductName="Double Commander" ProductVersion=""/>
|
||||
</VersionInfo>
|
||||
<BuildModes Count="4">
|
||||
<Item1 Name="Debug" Default="True"/>
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ uses
|
|||
{$I revision.inc} // Lazarus revision number
|
||||
|
||||
const
|
||||
dcVersion = '0.4.6 alpha';
|
||||
dcVersion = '0.5.5 alpha';
|
||||
dcBuildDate = {$I %DATE%};
|
||||
lazVersion = lcl_version; // Lazarus version (major.minor.micro)
|
||||
lazRevision = RevisionStr; // Lazarus SVN revision
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue