diff --git a/CMakeLists.txt b/CMakeLists.txt index cf65e53e2..b36d7a102 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -34,7 +34,7 @@ endif() # version set(VERSION_MAJOR "1") -set(VERSION_MINOR "1-rc2") +set(VERSION_MINOR "1") set(VERSION_PATCH "") if(VERSION_PATCH STREQUAL "") set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}) diff --git a/ChangeLog.asciidoc b/ChangeLog.asciidoc index 76b194403..8e2197cdc 100644 --- a/ChangeLog.asciidoc +++ b/ChangeLog.asciidoc @@ -13,7 +13,7 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes] (file 'ReleaseNotes.asciidoc' in sources). -== Version 1.1 (under dev) +== Version 1.1 (2015-01-11) === New features diff --git a/ReleaseNotes.asciidoc b/ReleaseNotes.asciidoc index 560e8e401..938629abd 100644 --- a/ReleaseNotes.asciidoc +++ b/ReleaseNotes.asciidoc @@ -15,7 +15,7 @@ https://weechat.org/files/changelog/ChangeLog-devel.html[ChangeLog] (file 'ChangeLog.asciidoc' in sources). -== Version 1.1 (under dev) +== Version 1.1 (2015-01-11) === New format for regex replacement in triggers diff --git a/configure.ac b/configure.ac index 3cf0ec403..c7d83a67a 100644 --- a/configure.ac +++ b/configure.ac @@ -24,7 +24,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.56) -AC_INIT(WeeChat, 1.1-rc2, flashcode@flashtux.org) +AC_INIT(WeeChat, 1.1, flashcode@flashtux.org) AC_CONFIG_SRCDIR([configure.ac]) AM_CONFIG_HEADER(config.h) AM_INIT_AUTOMAKE([foreign]) diff --git a/weechat.spec b/weechat.spec index c284106dc..da2a81e85 100644 --- a/weechat.spec +++ b/weechat.spec @@ -23,7 +23,7 @@ # %define name weechat -%define version 1.0.1 +%define version 1.1 %define release 1 Name: %{name} @@ -77,6 +77,8 @@ rm -rf $RPM_BUILD_ROOT %{_prefix}/share/icons/hicolor/32x32/apps/weechat.png %changelog +* Sun Jan 11 2015 Sébastien Helleu 1.1-1 +- Released version 1.1 * Sun Sep 28 2014 Sébastien Helleu 1.0.1-1 - Released version 1.0.1 * Fri Aug 15 2014 Sébastien Helleu 1.0-1