|
From: Tapio V. <aa...@us...> - 2010-11-03 17:12:12
|
Module: performous Branch: opengl2 Commit: c11bbf032790a10e2dbf87d514897cfb464cfffb Author: Tapio Vierros <tap...@gm...> Date: Sun Oct 31 21:55:21 2010 +0200 Post-release version increments. --- CMakeLists.txt | 2 +- tools/ppa/ppa.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 03f0872..d7bb77c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ project(Performous CXX C) cmake_minimum_required(VERSION 2.6) cmake_policy(VERSION 2.6) -set(PROJECT_VERSION "0.6.1") +set(PROJECT_VERSION "0.6.1+") # Avoid source tree pollution if(CMAKE_SOURCE_DIR STREQUAL CMAKE_BINARY_DIR) diff --git a/tools/ppa/ppa.sh b/tools/ppa/ppa.sh index 21d2c4d..8f49476 100755 --- a/tools/ppa/ppa.sh +++ b/tools/ppa/ppa.sh @@ -16,7 +16,7 @@ export DEBEMAIL="`gpg --list-keys | grep uid | sed 's/ *(.*)//; s/>.*//; s/.*[:< # Config PKG="performous" -VERSIONCOMMON="0.6.0-99+git"`date '+%Y%m%d'`"~ppa1" +VERSIONCOMMON="0.6.1-99+git"`date '+%Y%m%d'`"~ppa1" SUITES="lucid maverick" GITURL="git://git.performous.org/gitroot/performous/performous" DESTINATIONPPA="ppa:performous-team/ppa" |