Skip to content

Commit

Permalink
Merge pull request #270 from fancyIX/feature/#264
Browse files Browse the repository at this point in the history
Feature/#264
  • Loading branch information
fancyIX committed Mar 23, 2022
2 parents d78c885 + 5e61153 commit c368616
Show file tree
Hide file tree
Showing 4 changed files with 2,043 additions and 4 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
m4_define([v_maj], [0])
m4_define([v_min], [9])
m4_define([v_mic], [0])
m4_define([v_mic], [1])
m4_define([v_rev], [0])
##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
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])])
Expand Down

0 comments on commit c368616

Please sign in to comment.