From c649e56deb0d107931980b622de4d1cb832a2c33 Mon Sep 17 00:00:00 2001 From: Florent Le Coz Date: Fri, 29 May 2015 00:00:00 +0200 Subject: Release version 2.0 --- CHANGELOG | 2 +- CMakeLists.txt | 2 +- COPYING | 2 +- packaging/biboumi.spec | 7 +++++-- 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 - 2.0-1 +- Update to 2.0 sources + * Wed Nov 13 2014 Le Coz Florent - 1.1-2 - Use the -DWITH(OUT) cmake flags for all optional dependencies - Build with the correct optflags -- cgit v1.2.3