Skip to content

Commit

Permalink
1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
llunak committed Sep 11, 2019
1 parent 064f4c2 commit aa9e2fc
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 @@ -9,8 +9,8 @@ AC_PREREQ([2.63])
# Development versions: x.y.90
# Pre-release versions: x.y.z, where z = 90 + X in rcX (1.1rc1 = 1.1.91)
m4_define([icecream_version_major],[1])
m4_define([icecream_version_minor],[2])
m4_define([icecream_version_micro],[90])
m4_define([icecream_version_minor],[3])
m4_define([icecream_version_micro],[])
m4_ifnblank(icecream_version_micro,
[m4_define([icecream_version],[icecream_version_major.icecream_version_minor.icecream_version_micro])],
[m4_define([icecream_version],[icecream_version_major.icecream_version_minor])])
Expand Down

0 comments on commit aa9e2fc

Please sign in to comment.