Skip to content

Commit

Permalink
Bump version to 1.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
stefano-k committed Mar 22, 2013
1 parent d12e63d commit dd78243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
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], [4])
m4_define([marco_micro_version], [5])

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

0 comments on commit dd78243

Please sign in to comment.