From 536f9b0040da2c8ec01d3339b4a5db6b0ecf63df Mon Sep 17 00:00:00 2001 From: w1z7ard Date: Sat, 19 May 2012 16:19:39 +0000 Subject: [PATCH] projecTM jack version bump git-svn-id: https://projectm.svn.sourceforge.net/svnroot/projectm/trunk@1403 6778bc44-b910-0410-a7a0-be141de4315d --- src/projectM-jack/cmake/CPack-projectM.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/projectM-jack/cmake/CPack-projectM.cmake b/src/projectM-jack/cmake/CPack-projectM.cmake index 7b0df1cc2..3f86642be 100644 --- a/src/projectM-jack/cmake/CPack-projectM.cmake +++ b/src/projectM-jack/cmake/CPack-projectM.cmake @@ -17,8 +17,8 @@ SET(CPACK_SOURCE_TBZ2 ON) #SET(CPACK_BINARY_TGZ ON) #SET(CPACK_SOURCE_Z OFF) SET(CPACK_PACKAGE_VERSION_MAJOR "2") -SET(CPACK_PACKAGE_VERSION_MINOR "0") -SET(CPACK_PACKAGE_VERSION_PATCH "1") +SET(CPACK_PACKAGE_VERSION_MINOR "1") +SET(CPACK_PACKAGE_VERSION_PATCH "0") INCLUDE(CPack)