Skip to content
Snippets Groups Projects
Commit b4b50adb authored by Harald Judt's avatar Harald Judt
Browse files

Updates for release

parent 00035cd1
No related branches found
No related tags found
No related merge requests found
1.6.10
======
- Do not track thunar/thunar-marshal.{c,h}
- Remove Makefile and Makefile.in files when running distclean
- Remove subversion $Id$ tags
- Really fix trash state at startup (bug #9513 and #11913)
- Use proper return type for thunar_file_reload (bug #11913)
- Revert "Fix loading the trash bin status at startup (bug #9513)"
1.6.9
=====
- Fix ThunarBulkRename script not supporting spaces (bug #9713) (Harald Judt)
......
......@@ -26,10 +26,10 @@ m4_define([thunarx_verinfo], [0:0:0])
m4_define([thunarx_version_api], [2])
m4_define([thunar_version_major], [1])
m4_define([thunar_version_minor], [6])
m4_define([thunar_version_micro], [9])
m4_define([thunar_version_micro], [10])
m4_define([thunar_version_nano], [])
m4_define([thunar_version_build], [@REVISION@])
m4_define([thunar_version_tag], [git])
m4_define([thunar_version_tag], [])
m4_define([thunar_version], [thunar_version_major().thunar_version_minor().thunar_version_micro()ifelse(thunar_version_nano(), [], [], [.thunar_version_nano()])ifelse(thunar_version_tag(), [git], [thunar_version_tag()-thunar_version_build()], [thunar_version_tag()])])
dnl *******************************************
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment