Skip to content

Instantly share code, notes, and snippets.

@dileks
Created April 22, 2011 21:09
Show Gist options
  • Save dileks/937689 to your computer and use it in GitHub Desktop.
Save dileks/937689 to your computer and use it in GitHub Desktop.
llvm/clang
diff --git a/CMakeLists.txt b/CMakeLists.txt
index dbac294..82f8378 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -26,7 +26,7 @@ set(CMAKE_BUILD_WITH_INSTALL_RPATH FALSE)
set(CMAKE_INSTALL_RPATH ${CMAKE_INSTALL_RPATH} "${CMAKE_INSTALL_PREFIX}/lib")
set(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE)
-set(PACKAGE_VERSION "2.9")
+set(PACKAGE_VERSION "3.0")
set_property(GLOBAL PROPERTY USE_FOLDERS ON)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment