diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-03-12 10:52:12 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-03-12 10:52:12 +0100 |
commit | 62a9832e0de10a626c2403475bda741598d5385c (patch) | |
tree | 2b5e1ffccbd33c79c019ac9e79d6f4c5a458b90d | |
parent | rekonq 0.3.99 (diff) | |
download | rekonq-62a9832e0de10a626c2403475bda741598d5385c.tar.xz |
rekonq 0.4 stable0.4.0
Yeah!!
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index b9fefab6..02131de7 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.3.99" ) +SET(REKONQ_VERSION "0.4.0" ) configure_file(${CMAKE_CURRENT_SOURCE_DIR}/version.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/version.h ) |