~ubuntu-branches/debian/squeeze/openttd/squeeze

« back to all changes in this revision

Viewing changes to os/windows/installer/install.nsi

  • Committer: Bazaar Package Importer
  • Author(s): Matthijs Kooijman
  • Date: 2010-07-01 08:14:02 UTC
  • mfrom: (1.1.12 upstream)
  • Revision ID: james.westby@ubuntu.com-20100701081402-98jmva0t3sqywxmi
Tags: 1.0.2-1
* [00c4efe] New upstream release 1.0.2.
* [c7b38fd] Break older openttd versions instead of Conflicting with
  them.
* [36bd61f] Bump standards version to 3.9.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# Version numbers to update
2
2
!define APPV_MAJOR 1
3
3
!define APPV_MINOR 0
4
 
!define APPV_MAINT 1
5
 
!define APPV_BUILD 2
6
 
!define APPV_EXTRA ""
 
4
!define APPV_MAINT 2
 
5
!define APPV_BUILD 0
 
6
!define APPV_EXTRA "-RC1"
7
7
 
8
8
!define APPNAME "OpenTTD"   ; Define application name
9
9
!define APPVERSION "${APPV_MAJOR}.${APPV_MINOR}.${APPV_MAINT}${APPV_EXTRA}"  ; Define application version