Version 1.3
This commit is contained in:
parent
1f457ca0a5
commit
9019d031b6
@ -32,7 +32,7 @@ set(CMAKE_CXX_FLAGS "${CMAKE_C_FLAGS} -Wall -Wextra -Werror-implicit-function-de
|
||||
|
||||
# version
|
||||
set(VERSION_MAJOR "1")
|
||||
set(VERSION_MINOR "3-rc2")
|
||||
set(VERSION_MINOR "3")
|
||||
set(VERSION_PATCH "")
|
||||
if(VERSION_PATCH STREQUAL "")
|
||||
set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR})
|
||||
|
@ -15,7 +15,7 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes]
|
||||
(file 'ReleaseNotes.asciidoc' in sources).
|
||||
|
||||
|
||||
== Version 1.3 (under dev)
|
||||
== Version 1.3 (2015-08-16)
|
||||
|
||||
=== New features
|
||||
|
||||
|
@ -17,7 +17,7 @@ https://weechat.org/files/changelog/ChangeLog-devel.html[ChangeLog]
|
||||
(file 'ChangeLog.asciidoc' in sources).
|
||||
|
||||
|
||||
== Version 1.3 (under dev)
|
||||
== Version 1.3 (2015-08-16)
|
||||
|
||||
=== IRC channels encoding
|
||||
|
||||
|
@ -24,7 +24,7 @@
|
||||
# Process this file with autoconf to produce a configure script.
|
||||
|
||||
AC_PREREQ(2.56)
|
||||
AC_INIT(WeeChat, 1.3-rc2, flashcode@flashtux.org)
|
||||
AC_INIT(WeeChat, 1.3, flashcode@flashtux.org)
|
||||
AC_CONFIG_SRCDIR([configure.ac])
|
||||
AM_CONFIG_HEADER(config.h)
|
||||
AM_INIT_AUTOMAKE([foreign])
|
||||
|
@ -23,7 +23,7 @@
|
||||
#
|
||||
|
||||
%define name weechat
|
||||
%define version 1.2
|
||||
%define version 1.3
|
||||
%define release 1
|
||||
|
||||
Name: %{name}
|
||||
@ -77,6 +77,8 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_prefix}/share/icons/hicolor/32x32/apps/weechat.png
|
||||
|
||||
%changelog
|
||||
* Sun Aug 16 2015 Sébastien Helleu <flashcode@flashtux.org> 1.3-1
|
||||
- Released version 1.3
|
||||
* Sun May 10 2015 Sébastien Helleu <flashcode@flashtux.org> 1.2-1
|
||||
- Released version 1.2
|
||||
* Sun Jan 25 2015 Sébastien Helleu <flashcode@flashtux.org> 1.1.1-1
|
||||
|
Loading…
x
Reference in New Issue
Block a user