M CHANGELOG => CHANGELOG +1 -1
@@ 1,4 1,4 @@
-Version 2.0
+Version 2.0 2015-05-29
- List channels on an IRC server through an XMPP disco items request
- Let the user send any arbitrary raw IRC command by sending a
M CMakeLists.txt => CMakeLists.txt +1 -1
@@ 4,7 4,7 @@ project(biboumi)
set(${PROJECT_NAME}_VERSION_MAJOR 2)
set(${PROJECT_NAME}_VERSION_MINOR 0)
-set(${PROJECT_NAME}_VERSION_SUFFIX "~dev")
+set(${PROJECT_NAME}_VERSION_SUFFIX "")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++1y -pedantic -Wall -Wextra")
M COPYING => COPYING +1 -1
@@ 1,4 1,4 @@
-Copyright (c) 2013 Florent Le Coz
+Copyright (c) 2015 Florent Le Coz
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
M packaging/biboumi.spec => packaging/biboumi.spec +5 -2
@@ 1,6 1,6 @@
Name: biboumi
-Version: 1.1
-Release: 2%{?dist}
+Version: 2.0
+Release: 1%{?dist}
Summary: Lightweight XMPP to IRC gateway
License: zlib
@@ 73,6 73,9 @@ make test_suite/fast VERBOSE=1
%changelog
+* Fri May 29 2015 Le Coz Florent <louiz@louiz.org> - 2.0-1
+- Update to 2.0 sources
+
* Wed Nov 13 2014 Le Coz Florent <louiz@louiz.org> - 1.1-2
- Use the -DWITH(OUT) cmake flags for all optional dependencies
- Build with the correct optflags