diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-01-05 11:33:22 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-01-05 11:33:22 +0100 |
commit | 680486b1d3423b31f5ed60d4867f2649452e5d48 (patch) | |
tree | 658c7b6da2750180660e75e2d3c098c6d6b80741 /CMakeLists.txt | |
parent | a421d330bf281875b01436f247c97b1b7284dfbe (diff) | |
download | weechat-680486b1d3423b31f5ed60d4867f2649452e5d48.zip |
Version 0.4.0-rc2
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 ea28e4ceb..d13ef9de2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -33,7 +33,7 @@ ENDIF(PREFIX) SET(VERSION_MAJOR "0") SET(VERSION_MINOR "4") -SET(VERSION_PATCH "0-rc1") +SET(VERSION_PATCH "0-rc2") SET(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}) SET(LICENSE "GPL3") SET(PKG_STRING "${PROJECT_NAME} ${VERSION}") |