diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -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]) |