1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-13 17:43:59 +02:00

* Prepare version 0.0.2.

This commit is contained in:
Christian Muehlhaeuser
2011-03-24 23:54:28 +00:00
parent 6a2c2b147d
commit 23d4a03aca
4 changed files with 4 additions and 4 deletions

View File

@@ -7,7 +7,7 @@ CMAKE_MINIMUM_REQUIRED( VERSION 2.8 )
SET( ORGANIZATION_NAME "Tomahawk" )
SET( ORGANIZATION_DOMAIN "tomahawk-player.org" )
SET( APPLICATION_NAME "Tomahawk" )
SET( VERSION "0.0.1" )
SET( VERSION "0.0.2" )
# set paths

View File

@@ -1 +1 @@
TO DO
See http://github.com/tomahawk-player/tomahawk/blob/stable/ChangeLog

View File

@@ -1 +1 @@
94
95

View File

@@ -35,7 +35,7 @@
!define VER_MAJOR "0"
!define VER_MINOR "0"
!define VER_BUILD "1"
!define VER_BUILD "2"
!define VERSION "${VER_MAJOR}.${VER_MINOR}.${VER_BUILD}"