From 7c29748eee49c59ad09831924f4bbefc9b7ee5f5 Mon Sep 17 00:00:00 2001 From: Patrick Griffis Date: Fri, 12 Aug 2016 07:15:45 -0400 Subject: Bump version to 1.3.1 --- ChangeLog | 6 ++++++ configure.ac | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 9f55217..ef7234a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +* Fri Aug 12 2016 1.3.1 +- Fix build error on 32bit +- Fix installing appdata file +- Change line endings to unix for data files +- Add Simplified Chinese translation + * Thu Aug 11 2016 1.3.0 - Add more information to general panel - Redesign and fix destination combobox diff --git a/configure.ac b/configure.ac index 4f50a79..300ef38 100644 --- a/configure.ac +++ b/configure.ac @@ -19,7 +19,7 @@ dnl AC_PREREQ([2.69]) -AC_INIT([transmission-remote-gtk], [1.3.0], +AC_INIT([transmission-remote-gtk], [1.3.1], [https://github.com/transmission-remote-gtk/transmission-remote-gtk/issues]) AC_CONFIG_SRCDIR([src/main.c]) AC_CONFIG_HEADERS([config.h]) -- cgit v1.2.3