diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-11-17 16:11:29 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-11-17 16:11:29 +0100 |
commit | 04c0368de6a969f4f7e78e589b6cd33011b0acbe (patch) | |
tree | 84ec17a8fb6d60daa26dcb7dc5d771529533e886 | |
parent | update INSTALL file (diff) | |
download | rekonq-04c0368de6a969f4f7e78e589b6cd33011b0acbe.tar.xz |
rekonq 0.3.00.3.0
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index f6c586d4..8454c2f6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ PROJECT( rekonq ) # Informations to update before to release this package. # rekonq info -SET(REKONQ_VERSION "0.2.95" ) +SET(REKONQ_VERSION "0.3.0" ) configure_file(${CMAKE_CURRENT_SOURCE_DIR}/version.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/version.h ) |