Skip to content

Commit

Permalink
bump version to 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stefano-k committed Oct 17, 2012
1 parent 01e99a9 commit ac9664d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ m4_define([marco_major_version], [1])
m4_define([marco_minor_version], [5])
# Fibonacci sequence for micro version numbering:
# 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233, 377, 610, 987
m4_define([marco_micro_version], [0])
m4_define([marco_micro_version], [1])

m4_define([marco_version],
[marco_major_version.marco_minor_version.marco_micro_version])
Expand Down

0 comments on commit ac9664d

Please sign in to comment.