Prepared release 2.31.90

This commit is contained in:
Robert Roth
2015-08-17 22:52:24 +03:00
parent a55eee5863
commit d10a584e40
2 changed files with 2 additions and 2 deletions

2
NEWS
View File

@@ -1,4 +1,4 @@
16 August 2015: Overview of changes in 2.31.5
16 August 2015: Overview of changes in 2.31.90
=============================================
* ABI changes:
- ABI was inconsistent on platforms like FreeBSD which make use of

View File

@@ -4,7 +4,7 @@ dnl
m4_define([libgtop_major_version], [2])
m4_define([libgtop_minor_version], [31])
m4_define([libgtop_micro_version], [5])
m4_define([libgtop_micro_version], [90])
m4_define([libgtop_version], [libgtop_major_version.libgtop_minor_version.libgtop_micro_version])
dnl increment if the interface has additions, changes, removals.