- Timestamp:
- May 17, 2024, 9:13:25 PM (6 months ago)
- Location:
- trunk
- Files:
-
- 1 added
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Core.lfm
r73 r89 13 13 Identification = 1 14 14 VersionMajor = 1 15 VersionMinor = 015 VersionMinor = 2 16 16 VersionBugFix = 0 17 17 VersionSuffix = 'alfa' … … 21 21 EmailContact = 'robie@centrum.cz' 22 22 AppName = 'Tunneler' 23 ReleaseDate = 4 455023 ReleaseDate = 45429 24 24 RegistryKey = '\Software\Chronosoft\Tunneler' 25 25 RegistryRoot = rrKeyCurrentUser -
trunk/Install/deb/debian/changelog
r35 r89 1 tunneler (1. 0.0-0) precise; urgency=low1 tunneler (1.2.0-0) precise; urgency=low 2 2 3 * Original version 1. 0.0 packaged with lazdebian3 * Original version 1.2.0 packaged with lazdebian 4 4 5 5 -- Chronos <robie@centrum.cz> Sun, 17 Dec 2016 00:51:08 +0100 -
trunk/Install/deb/debian/control
r80 r89 3 3 Section: utils 4 4 Priority: optional 5 Standards-Version: 1. 1.05 Standards-Version: 1.2.0 6 6 Build-Depends: fpc, lazarus, lcl, lcl-utils, debhelper (>= 8) 7 7 -
trunk/Install/snap/snapcraft.yaml
r80 r89 1 1 name: tunneler 2 2 title: Tunneler 3 version: '1. 1.0'3 version: '1.2.0' 4 4 summary: A real-time digging and shooting multi-player tank battle game 5 5 description: | -
trunk/Install/win/Tunneler.iss
r80 r89 4 4 #define MyAppName "Tunneler" 5 5 #define MyAppNameShort "Tunneler" 6 #define MyAppVersion "1. 1.0"6 #define MyAppVersion "1.2.0" 7 7 #define MyAppPublisher "Chronosoft" 8 8 #define MyAppPublisherShort "Chronosoft"
Note:
See TracChangeset
for help on using the changeset viewer.