diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-02-26 10:47:43 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-02-26 10:47:43 +0100 |
commit | 11163fa8f120638eb9016b3736a6c39870add400 (patch) | |
tree | 5a0d78160ce937c54a70002c014fff387971ee13 /CMakeLists.txt | |
parent | Revert "Simpler is better :)" (diff) | |
download | rekonq-11163fa8f120638eb9016b3736a6c39870add400.tar.xz |
0.3.96
near to stable release..
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index a3887224..23e9b396 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.95" ) +SET(REKONQ_VERSION "0.3.96" ) configure_file(${CMAKE_CURRENT_SOURCE_DIR}/version.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/version.h ) |