1
0
mirror of https://git.code.sf.net/p/lazarus-ccr/dcpcrypt synced 2025-11-23 21:44:41 +02:00

Updated version number and package output directory.

This commit is contained in:
Graeme Geldenhuys
2009-11-13 17:08:04 +02:00
parent c25cfb494f
commit 869dc0cfb6

View File

@@ -2,12 +2,13 @@
<CONFIG> <CONFIG>
<Package Version="3"> <Package Version="3">
<Name Value="dcpcrypt"/> <Name Value="dcpcrypt"/>
<Author Value="David Barton - converted for lazarus by barko, 2006"/> <AddToProjectUsesSection Value="False"/>
<Author Value="David Barton, Barko &amp; Graeme Geldenhuys"/>
<CompilerOptions> <CompilerOptions>
<Version Value="8"/> <Version Value="8"/>
<SearchPaths> <SearchPaths>
<OtherUnitFiles Value="Ciphers/;Hashes/;$(PkgOutDir)/"/> <OtherUnitFiles Value="Ciphers/;Hashes/;$(PkgOutDir)/"/>
<UnitOutputDirectory Value="lib"/> <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
</SearchPaths> </SearchPaths>
<Parsing> <Parsing>
<SyntaxOptions> <SyntaxOptions>
@@ -23,7 +24,7 @@
"/> "/>
<License Value="DCPcrypt is open source software (released under the MIT license) and as such there is no charge for inclusion in other software. However, I am currently a student and if you are making money from my software I would really appreciate a donation of some sort, whether financial or a license for the software you develop (or if anyone wants to sponsor a Mathematical Modelling (Masters) student for their final year...). Please note THIS IS NOT COMPULSORY IN ANY WAY. See http://www.cityinthesky.co.uk/cryptography.html for details on donations. <License Value="DCPcrypt is open source software (released under the MIT license) and as such there is no charge for inclusion in other software. However, I am currently a student and if you are making money from my software I would really appreciate a donation of some sort, whether financial or a license for the software you develop (or if anyone wants to sponsor a Mathematical Modelling (Masters) student for their final year...). Please note THIS IS NOT COMPULSORY IN ANY WAY. See http://www.cityinthesky.co.uk/cryptography.html for details on donations.
"/> "/>
<Version Major="2" Release="3" Build="2"/> <Version Major="2" Release="4"/>
<Files Count="30"> <Files Count="30">
<Item1> <Item1>
<Filename Value="dcpbase64.pas"/> <Filename Value="dcpbase64.pas"/>