
versioning with ant task
Reported by Aparajita | November 4th, 2009 @ 12:59 PM
We will keep the application version in a single file called "version.txt" in the main source directory, which will contain the current version number. We need an ant task to replace this version in the following files:
plist/book.Info.plist
plist/converter.Info.plist
plist/show.Info.plist
plist/writer.Info.plist
<key>CFBundleVersion</key>
<string>$VERSION.0</string>
<key>CFBundleShortVersionString</key>
<string>$VERSION</key>
version.php
<?php $version = "$VERSION"; ?>
MainFrame.java? Would need to change the way you store the version there.
Comments and changes to this ticket
-
Csaba December 11th, 2009 @ 11:32 PM
- State changed from new to resolved
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
SongScribe is a song editor program especially designed to support music composed by Maestro Sri Chinmoy.