From bf29ea9635d253fa57696556ed35e0edeb395b8d Mon Sep 17 00:00:00 2001 From: NeoBrainX Date: Fri, 24 Jun 2011 15:28:43 +0000 Subject: [PATCH] Version bump for CPack in trunk as well ;) git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7622 8ced0084-cf51-0410-be5f-012b33b47a6e --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index aa784e0b16..5e85476753 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -436,7 +436,7 @@ endif() # packaging information set(CPACK_PACKAGE_NAME "dolphin-emu") set(CPACK_PACKAGE_VENDOR "Dolphin Team") -set(CPACK_PACKAGE_VERSION_MAJOR "2") +set(CPACK_PACKAGE_VERSION_MAJOR "3") set(CPACK_PACKAGE_VERSION_MINOR "0") if(DOLPHIN_IS_STABLE)