Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.

Commit

Permalink
bump version to 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
rpavlik committed Sep 6, 2011
1 parent 2371027 commit 0b5a23f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion openscenegraph_exportviacollada.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
require 'extensions.rb'

osg_exportviacollada_extension = SketchupExtension.new "Export to OpenSceneGraph (via COLLADA)", "osgconv/osgconv.rb"
osg_exportviacollada_extension.version = '1.4'
osg_exportviacollada_extension.version = '1.5'
osg_exportviacollada_extension.description = "Export to OpenSceneGraph formats, by first exporting to COLLADA then converting. Accessible via a submenu of File, unfortunately not in Export due to SketchUp API limitations. Homepage: https://github.com/rpavlik/sketchupToOSG"
osg_exportviacollada_extension.copyright = "2011, Iowa State University VRAC"
osg_exportviacollada_extension.creator = "Ryan Pavlik <rpavlik@iastate.edu> <abiryan@ryand.net>"
Expand Down
2 changes: 1 addition & 1 deletion setup.iss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#define MyAppVersion "1.4"
#define MyAppVersion "1.5"
#define OSGVersion "2.8.5"
#define OSGSOVersion "74"
#define OTSOVersion "11"
Expand Down

0 comments on commit 0b5a23f

Please sign in to comment.