Skip to content

Commit

Permalink
Update version to 1.4 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
HenryMiller1 committed Mar 4, 2022
1 parent 9e91348 commit cd74801
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],[3])
m4_define([icecream_version_micro],[91])
m4_define([icecream_version_minor],[4])
m4_define([icecream_version_micro],[0])
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 cd74801

Please sign in to comment.