diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-02-24 12:10:17 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-02-24 12:10:17 +0100 |
commit | cad6f21bf1b84bf2dbf0f7fe2f259cfbbf3152c9 (patch) | |
tree | a40319c34d4c277598f1e0e72bcd3163acad5188 | |
parent | Merge commit 'refs/merge-requests/96' of git://gitorious.org/rekonq/mainline (diff) | |
download | rekonq-cad6f21bf1b84bf2dbf0f7fe2f259cfbbf3152c9.tar.xz |
rekonq 0.3.95
Last fixes (but not pano's desiderata :( )
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index c80eeb7d..a3887224 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.94" ) +SET(REKONQ_VERSION "0.3.95" ) configure_file(${CMAKE_CURRENT_SOURCE_DIR}/version.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/version.h ) |