Skip to content
Snippets Groups Projects
Commit ae2d4631 authored by Alexander Schwinn's avatar Alexander Schwinn
Browse files

Back to development

parent 8f3072e8
No related branches found
No related tags found
No related merge requests found
...@@ -29,7 +29,7 @@ m4_define([thunar_version_minor], [18]) ...@@ -29,7 +29,7 @@ m4_define([thunar_version_minor], [18])
m4_define([thunar_version_micro], [6]) m4_define([thunar_version_micro], [6])
m4_define([thunar_version_nano], []) m4_define([thunar_version_nano], [])
m4_define([thunar_version_build], [@REVISION@]) 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()])]) 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 ******************************************* 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