Update version for hotfix
This commit is contained in:
parent
1cf511f526
commit
c52d8811f3
4 changed files with 11 additions and 3 deletions
|
@ -226,6 +226,11 @@ and `.dsc` files, do this:
|
|||
|
||||
Note that the parenthesis are important.
|
||||
|
||||
1.2.4
|
||||
-----
|
||||
|
||||
- Fix crash on unknown media type
|
||||
- Fix crash on logout after cancelling a file transfer
|
||||
|
||||
1.2.3
|
||||
-----
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
# Process this file with autoconf to produce a configure script.
|
||||
|
||||
AC_PREREQ([2.69])
|
||||
AC_INIT([telegram-purple], [1.2.3])
|
||||
AC_INIT([telegram-purple], [1.2.4])
|
||||
AC_CONFIG_SRCDIR([config.h.in])
|
||||
AC_CONFIG_HEADERS([config.h])
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
Name: purple-telegram
|
||||
Version: 1.2.3
|
||||
Version: 1.2.4
|
||||
Release: 1%{?dist}
|
||||
Summary: Adds support for Libpurple based messengers
|
||||
Group: Applications/Internet
|
||||
|
@ -34,6 +34,9 @@ chmod 755 %{buildroot}/%{_libdir}/purple-2/telegram-purple.so
|
|||
%{_datadir}/pixmaps/pidgin/protocols/48/telegram.png
|
||||
|
||||
%changelog
|
||||
* Thu Dec 10 2015 mjentsch 1.2.4-1
|
||||
- build for 1.2.4
|
||||
|
||||
* Thu Dec 10 2015 tuxmaster 1.2.3-1
|
||||
- build for 1.2.3
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
<key>CFBundlePackageType</key>
|
||||
<string>BNDL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.2.3</string>
|
||||
<string>1.2.4</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>AdIM</string>
|
||||
<key>CFBundleVersion</key>
|
||||
|
|
Loading…
Add table
Reference in a new issue