Version 1.1.1
This commit is contained in:
parent
c229030860
commit
b42ae05a65
@ -35,7 +35,7 @@ endif()
|
||||
# version
|
||||
set(VERSION_MAJOR "1")
|
||||
set(VERSION_MINOR "1")
|
||||
set(VERSION_PATCH "1-dev")
|
||||
set(VERSION_PATCH "1")
|
||||
if(VERSION_PATCH STREQUAL "")
|
||||
set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR})
|
||||
else()
|
||||
|
@ -13,7 +13,7 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes]
|
||||
(file 'ReleaseNotes.asciidoc' in sources).
|
||||
|
||||
|
||||
== Version 1.1.1 (under dev)
|
||||
== Version 1.1.1 (2015-01-25)
|
||||
|
||||
=== Bugs fixed
|
||||
|
||||
|
@ -15,6 +15,10 @@ https://weechat.org/files/changelog/ChangeLog-devel.html[ChangeLog]
|
||||
(file 'ChangeLog.asciidoc' in sources).
|
||||
|
||||
|
||||
== Version 1.1.1 (2015-01-25)
|
||||
|
||||
Bug fix and maintenance release.
|
||||
|
||||
== Version 1.1 (2015-01-11)
|
||||
|
||||
=== New format for regex replacement in triggers
|
||||
|
@ -24,7 +24,7 @@
|
||||
# Process this file with autoconf to produce a configure script.
|
||||
|
||||
AC_PREREQ(2.56)
|
||||
AC_INIT(WeeChat, 1.1.1-dev, flashcode@flashtux.org)
|
||||
AC_INIT(WeeChat, 1.1.1, 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.1
|
||||
%define version 1.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 25 2015 Sébastien Helleu <flashcode@flashtux.org> 1.1.1-1
|
||||
- Released version 1.1.1
|
||||
* Sun Jan 11 2015 Sébastien Helleu <flashcode@flashtux.org> 1.1-1
|
||||
- Released version 1.1
|
||||
* Sun Sep 28 2014 Sébastien Helleu <flashcode@flashtux.org> 1.0.1-1
|
||||
|
Loading…
x
Reference in New Issue
Block a user