21.1 Release

This commit is contained in:
Simon Lees 2016-07-20 10:41:07 +09:30
parent 4ca5f3f420
commit 477395859f
No known key found for this signature in database
GPG Key ID: 11D42E9ABE18FC91
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
m4_define([v_maj], [0])
m4_define([v_min], [21])
m4_define([v_mic], [0])
m4_define([v_mic], [1])
m4_define([v_rev], m4_esyscmd([(git rev-list --count HEAD 2>/dev/null || echo 0) | tr -d '\n']))dnl
##-- When released, remove the dnl on the below line
m4_undefine([v_rev])