Skip to content

Commit

Permalink
Bump release to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TingPing committed Aug 11, 2016
1 parent 03277b1 commit 4950975
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
* Thu Aug 11 2016 1.3.0
- Add more information to general panel
- Redesign and fix destination combobox
- Fix building with modern GCC
- Fix starting minimized
- Fix various compile warnings
- Clean up build system
- Translate desktop and appdata file
- Update translations

* Wed Jun 11 2014 1.2
- A basic RSS reader which uses libmrss.
- Fix some 32bit platforms reporting 0 connected peers and unknown ETA.
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dnl

AC_PREREQ([2.69])

AC_INIT([transmission-remote-gtk], [1.2],
AC_INIT([transmission-remote-gtk], [1.3.0],
[https://github.com/transmission-remote-gtk/transmission-remote-gtk/issues])
AC_CONFIG_SRCDIR([src/main.c])
AC_CONFIG_HEADERS([config.h])
Expand Down

0 comments on commit 4950975

Please sign in to comment.