summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG2
-rw-r--r--CMakeLists.txt2
-rw-r--r--COPYING2
-rw-r--r--packaging/biboumi.spec7
4 files changed, 8 insertions, 5 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 04a7a88..020e7ee 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -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
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 617c113..a362b7e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -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")
diff --git a/COPYING b/COPYING
index 8806baf..e9d67c3 100644
--- a/COPYING
+++ b/COPYING
@@ -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
diff --git a/packaging/biboumi.spec b/packaging/biboumi.spec
index aba47c1..fb9a30f 100644
--- a/packaging/biboumi.spec
+++ b/packaging/biboumi.spec
@@ -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