summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 1 deletions
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])