diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2014-08-15 10:09:01 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2014-08-15 10:09:01 +0200 |
commit | addc27af2c502bf2e7ab5304a4710d219a504c88 (patch) | |
tree | 3b841d62ae9ad7c7b5e91853059fdeabbc1f3762 /CMakeLists.txt | |
parent | dcf46a2ca0c84603e9166fe9b390395c0b430b50 (diff) | |
download | weechat-addc27af2c502bf2e7ab5304a4710d219a504c88.zip |
Version 1.0
Yay! \o/
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 4427c2b08..99c8ca46b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -34,7 +34,7 @@ endif() # version set(VERSION_MAJOR "1") -set(VERSION_MINOR "0-rc3") +set(VERSION_MINOR "0") set(VERSION_PATCH "") if(VERSION_PATCH STREQUAL "") set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}) |