include/Gosu/Version.hpp in gosu-1.4.0 vs include/Gosu/Version.hpp in gosu-1.4.1

- old
+ new

@@ -2,10 +2,10 @@ #include <string> #define GOSU_MAJOR_VERSION 1 #define GOSU_MINOR_VERSION 4 -#define GOSU_POINT_VERSION 0 +#define GOSU_POINT_VERSION 1 namespace Gosu { //! A string that contains the full version of the Gosu library, like "0.7.50" or "1.0.0.pre5". extern const std::string VERSION;