summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-12-21 00:41:45 +0100
committerAndrea Diamantini <adjam7@gmail.com>2009-12-21 00:41:45 +0100
commit3f5c7e4c71791e0428c29013e4f63f7c081a8404 (patch)
tree244a27e87191e76122b630c9a526c7e4868291b7 /CMakeLists.txt
parentImprovements in ftp handling: (diff)
downloadrekonq-3f5c7e4c71791e0428c29013e4f63f7c081a8404.tar.xz
rekonq 0.3.25
- first kget integration - improvements in ftp handling I did my best in the second point. From what I understood my have 2 choices: 1) perform a blocking request and eventually handle ftp file (eg: show text files) 2) perform a non blocking request and behave as from now on (show dirs, download files) I choosed the second one :) (do you say "choosed" in English??)
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c95ce69c..4cbc7cb8 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.24" )
+SET(REKONQ_VERSION "0.3.25" )
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/version.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/version.h )