Updated version numbers to 0.8.43 in prep for the impending release.

This commit is contained in:
Robert Osfield 2001-12-15 22:44:32 +00:00
parent 03f2d81f5f
commit 3952a3484b
7 changed files with 7 additions and 7 deletions

View File

@ -4,7 +4,7 @@ MAKE_PREP = Make/makedefs Make/makerules
DIRS = src DIRS = src
VERSION = osg-0.8.42 VERSION = osg-0.8.43
all : $(MAKE_PREP) all : $(MAKE_PREP)
for f in $(DIRS) ; do cd $$f; $(MAKE) || exit 1; cd ..; done for f in $(DIRS) ; do cd $$f; $(MAKE) || exit 1; cd ..; done

View File

@ -2,7 +2,7 @@
const char* osgGetVersion() const char* osgGetVersion()
{ {
return "0.8.42"; return "0.8.43";
} }

View File

@ -2,7 +2,7 @@
const char* osgDBGetVersion() const char* osgDBGetVersion()
{ {
return "0.8.42"; return "0.8.43";
} }

View File

@ -2,7 +2,7 @@
const char* osgGLUTGetVersion() const char* osgGLUTGetVersion()
{ {
return "0.8.42"; return "0.8.43";
} }

View File

@ -2,7 +2,7 @@
const char* osgTextGetVersion() const char* osgTextGetVersion()
{ {
return "0.8.42"; return "0.8.43";
} }

View File

@ -2,7 +2,7 @@
const char* osgUtilGetVersion() const char* osgUtilGetVersion()
{ {
return "0.8.42"; return "0.8.43";
} }

View File

@ -2,7 +2,7 @@
const char* osgWXGetVersion() const char* osgWXGetVersion()
{ {
return "0.8.42"; return "0.8.43";
} }