diff --git a/NEWS b/NEWS index ec6417f48d7..59bddf42f13 100644 --- a/NEWS +++ b/NEWS @@ -15,6 +15,7 @@ http://mangos.lighthouseapp.com/ Version 0.16 * Under discussion. + * G3DLite lib upgrade to G3DLite 8.0b4 * OpenSSL lib upgrade to OpenSSL 1.0.0. * Sockets lib use dropped. * dotconfpp lib use dropped. diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index bfb1354b19c..4c06ff2f873 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "10100" + #define REVISION_NR "10101" #endif // __REVISION_NR_H__