Skip to content

Commit

Permalink
Back to development
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Schwinn committed Jan 24, 2019
1 parent f36789d commit 69e58b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac.in
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ m4_define([thunar_version_minor], [8])
m4_define([thunar_version_micro], [3])
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 *******************************************
Expand Down

0 comments on commit 69e58b2

Please sign in to comment.