1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-19 12:21:52 +02:00

Removed revision.txt. No warranty, I'm drnuk

This commit is contained in:
Dominik Schmidt
2011-08-14 02:47:36 +02:00
parent 001c42f19f
commit 7d8e29a932
2 changed files with 1 additions and 6 deletions

View File

@@ -35,12 +35,8 @@
!define NSI_PATH "${SOURCE_PATH}/admin/win/nsi"
;-----------------------------------------------------------------------------
; Increment installer revision number as part of this script.
; Installer version
;-----------------------------------------------------------------------------
!define /file REVISION_LAST ${NSI_PATH}/revision.txt
!define /math REVISION ${REVISION_LAST} + 1
!delfile revision.txt
!appendfile revision.txt ${REVISION}
!define VER_MAJOR "@CPACK_PACKAGE_VERSION_MAJOR@"
!define VER_MINOR "@CPACK_PACKAGE_VERSION_MINOR@"

View File

@@ -1 +0,0 @@
122