[configure.ac] Don't include the .build number in runtime-corlib version (#5449)
authorAlexander Köplinger <alex.koeplinger@outlook.com>
Fri, 25 Aug 2017 19:57:20 +0000 (21:57 +0200)
committerGitHub <noreply@github.com>
Fri, 25 Aug 2017 19:57:20 +0000 (21:57 +0200)
commitec9a95dd534b8f029f2d86a2fb9bc7167a87d2b9
tree8f8a7ee9ccdbf6543490f072565c4f3a744a1c4c
parent5965357a59d30b34a40208054ca5b47f56eee001
[configure.ac] Don't include the .build number in runtime-corlib version (#5449)

It's causing unnecessary complexity because we need to create a new
monolite when bumping the .build number in a major.minor.build
version like from 5.2.0 -> 5.2.1

corlib version bumps are very rare in those cases and even then
you can just increment the MONO_CORLIB_COUNTER variable.
configure.ac