From 786989843cb9684de0a0cc7548b7ade0f8bdb5b4 Mon Sep 17 00:00:00 2001
From: Harald Judt <h.judt@gmx.at>
Date: Fri, 22 May 2015 22:55:40 +0200
Subject: [PATCH] Post release tag bump

---
 NEWS            | 12 ++++++------
 configure.ac.in |  2 +-
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/NEWS b/NEWS
index 560e72875..c116608aa 100644
--- a/NEWS
+++ b/NEWS
@@ -1,11 +1,11 @@
 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)"
+- Do not track thunar/thunar-marshal.{c,h} (Harald Judt)
+- Remove Makefile and Makefile.in files when running distclean (Harald Judt)
+- Remove subversion $Id$ tags (Harald Judt)
+- Really fix trash state at startup (bug #9513 and #11913) (Harald Judt)
+- Use proper return type for thunar_file_reload (bug #11913) (Harald Judt)
+- Revert "Fix loading the trash bin status at startup (bug #9513)" (Harald Judt)
 
 1.6.9
 =====
diff --git a/configure.ac.in b/configure.ac.in
index ae555bde8..a258a710b 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -29,7 +29,7 @@ m4_define([thunar_version_minor], [6])
 m4_define([thunar_version_micro], [10])
 m4_define([thunar_version_nano], [])
 m4_define([thunar_version_build], [@REVISION@])
-m4_define([thunar_version_tag], [])
+m4_define([thunar_version_tag], [git])
 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 *******************************************
-- 
GitLab