Skip to content

Commit

Permalink
version 5.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
NaN-git committed Mar 12, 2018
1 parent 0015387 commit 3ab9ada
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
m4_define([v_maj], [5])
m4_define([v_min], [5])
m4_define([v_mic], [5])
m4_define([v_rev], [gm-a])
m4_define([v_mic], [6])
m4_define([v_rev], [gm])
##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
m4_ifdef([v_rev], [m4_define([v_ver], [v_maj.v_min.v_mic-v_rev])], [m4_define([v_ver], [v_maj.v_min.v_mic])])
m4_define([lt_rev], m4_eval(v_maj + v_min))
Expand Down

0 comments on commit 3ab9ada

Please sign in to comment.