Skip to content

Commit

Permalink
Bump version to 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stefano-k committed Oct 26, 2013
1 parent 35d540d commit 5804817
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
AC_PREREQ(2.50)

m4_define([marco_major_version], [1])
m4_define([marco_minor_version], [6])
# 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], [2])
m4_define([marco_minor_version], [7])
m4_define([marco_micro_version], [0])

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

0 comments on commit 5804817

Please sign in to comment.