Updated version numbers for dev releases

This commit is contained in:
Robert Osfield
2008-06-20 11:11:47 +00:00
parent 0e7920f144
commit bc6e5b5da2
6 changed files with 12 additions and 12 deletions

View File

@@ -19,9 +19,9 @@
extern "C" {
#define OPENTHREADS_MAJOR_VERSION 2
#define OPENTHREADS_MINOR_VERSION 2
#define OPENTHREADS_PATCH_VERSION 1
#define OPENTHREADS_SOVERSION 10
#define OPENTHREADS_MINOR_VERSION 3
#define OPENTHREADS_PATCH_VERSION 0
#define OPENTHREADS_SOVERSION 11
/** OpenThreadsGetVersion() returns the library version number.
* Numbering convention : OpenThreads-1.0 will return 1.0 from OpenThreadsGetVersion. */

View File

@@ -21,8 +21,8 @@ extern "C" {
#define OPENSCENEGRAPH_MAJOR_VERSION 2
#define OPENSCENEGRAPH_MINOR_VERSION 5
#define OPENSCENEGRAPH_PATCH_VERSION 2
#define OPENSCENEGRAPH_SOVERSION 38
#define OPENSCENEGRAPH_PATCH_VERSION 3
#define OPENSCENEGRAPH_SOVERSION 39
/**
* osgGetVersion() returns the library version number.