Updated the version numbers to reflect the upcomming release 0.9.1.
This commit is contained in:
parent
fe93b91f73
commit
df5c8f789a
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
const char* osgGetVersion()
|
const char* osgGetVersion()
|
||||||
{
|
{
|
||||||
return "0.9.0";
|
return "0.9.1";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
const char* osgDBGetVersion()
|
const char* osgDBGetVersion()
|
||||||
{
|
{
|
||||||
return "0.9.0";
|
return "0.9.1";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
const char* osgGAGetVersion()
|
const char* osgGAGetVersion()
|
||||||
{
|
{
|
||||||
return "0.9.0";
|
return "0.9.1";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
const char* osgGLUTGetVersion()
|
const char* osgGLUTGetVersion()
|
||||||
{
|
{
|
||||||
return "0.9.0";
|
return "0.9.1";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
const char* osgParticleGetVersion()
|
const char* osgParticleGetVersion()
|
||||||
{
|
{
|
||||||
return "0.9.0";
|
return "0.9.1";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
const char* osgTextGetVersion()
|
const char* osgTextGetVersion()
|
||||||
{
|
{
|
||||||
return "0.9.0";
|
return "0.9.1";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
const char* osgUtilGetVersion()
|
const char* osgUtilGetVersion()
|
||||||
{
|
{
|
||||||
return "0.9.0";
|
return "0.9.1";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user