Skip to content

Commit

Permalink
Bumped version to 0.7.45
Browse files Browse the repository at this point in the history
  • Loading branch information
jlnr committed Jul 19, 2012
1 parent 932d941 commit a649f2e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Gosu/Version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

#define GOSU_MAJOR_VERSION 0
#define GOSU_MINOR_VERSION 7
#define GOSU_POINT_VERSION 44
#define GOSU_VERSION "0.7.44"
#define GOSU_POINT_VERSION 45
#define GOSU_VERSION "0.7.45"

#define GOSU_COPYRIGHT_NOTICE \
" " \
Expand Down
4 changes: 2 additions & 2 deletions GosuImpl/RubyGosu_wrap.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -11247,8 +11247,8 @@ SWIGEXPORT void Init_gosu(void) {
SWIG_RubyInitializeTrackings();
rb_define_const(mGosu, "MAJOR_VERSION", SWIG_From_int(static_cast< int >(0)));
rb_define_const(mGosu, "MINOR_VERSION", SWIG_From_int(static_cast< int >(7)));
rb_define_const(mGosu, "POINT_VERSION", SWIG_From_int(static_cast< int >(44)));
rb_define_const(mGosu, "VERSION", SWIG_FromCharPtr("0.7.44"));
rb_define_const(mGosu, "POINT_VERSION", SWIG_From_int(static_cast< int >(45)));
rb_define_const(mGosu, "VERSION", SWIG_FromCharPtr("0.7.45"));
rb_define_module_function(mGosu, "milliseconds", VALUEFUNC(_wrap_milliseconds), -1);
rb_define_module_function(mGosu, "random", VALUEFUNC(_wrap_random), -1);
rb_define_module_function(mGosu, "degrees_to_radians", VALUEFUNC(_wrap_degrees_to_radians), -1);
Expand Down

0 comments on commit a649f2e

Please sign in to comment.