Skip to content

Commit

Permalink
1.4rc1 (and branch off 1.4-branch)
Browse files Browse the repository at this point in the history
  • Loading branch information
llunak committed Jul 29, 2020
1 parent 889b291 commit 9d877aa
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 @@ -10,7 +10,7 @@ AC_PREREQ([2.63])
# 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],[90])
m4_define([icecream_version_micro],[91])
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

1 comment on commit 9d877aa

@Woebbeking
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi Luboš, will there be a 1.4 anytime?

Please sign in to comment.