diff --git a/Andro_Dunos/Globals.h b/Andro_Dunos/Globals.h index 26f67a5..917036e 100644 --- a/Andro_Dunos/Globals.h +++ b/Andro_Dunos/Globals.h @@ -56,6 +56,6 @@ typedef unsigned int uint; #define WIN_BORDERLESS 0 #define WIN_RESIZABLE 0 #define REN_VSYNC 1 -#define VERSION " (v0.4.5)" // Adds to the window name "Andro Dunos", used to mark the current working version +#define VERSION " (v0.4.6)" // Adds to the window name "Andro Dunos", used to mark the current working version #endif // __GLOBALS_H__