From 2f3dfc434975e02ed67e86a6095b42034ae41cbe Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Tue, 4 Aug 2009 16:19:28 +0000 Subject: [PATCH] Updated the Present3D version number --- applications/present3D/present3D.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/present3D/present3D.cpp b/applications/present3D/present3D.cpp index ca41a856a..730f79bbc 100644 --- a/applications/present3D/present3D.cpp +++ b/applications/present3D/present3D.cpp @@ -82,7 +82,7 @@ #endif -static const char* s_version = "1.3"; +static const char* s_version = "1.4 beta"; void setViewer(osgViewer::Viewer& viewer, float width, float height, float distance) {