Skip to content

Commit f6f460b

Browse files
committed
bump version
1 parent 21466ab commit f6f460b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

vita/config.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
#define PACKAGE_NAME "Chocolate Doom"
8181

8282
/* Define to the full name and version of this package. */
83-
#define PACKAGE_STRING "Chocolate Doom 3.0.0"
83+
#define PACKAGE_STRING "Chocolate Doom 3.0.1"
8484

8585
/* Define to the one symbol short name of this package. */
8686
#define PACKAGE_TARNAME "chocolate-doom"
@@ -89,7 +89,7 @@
8989
#define PACKAGE_URL ""
9090

9191
/* Define to the version of this package. */
92-
#define PACKAGE_VERSION "3.0.0"
92+
#define PACKAGE_VERSION "3.0.1"
9393

9494
/* Change this when you create your awesome forked version */
9595
#define PROGRAM_PREFIX "chocolate-"
@@ -98,7 +98,7 @@
9898
#define STDC_HEADERS 1
9999

100100
/* Version number of package */
101-
#define VERSION "3.0.0"
101+
#define VERSION "3.0.1"
102102

103103
/* Vita-specific stuff */
104104
#include <vitasdk.h>

0 commit comments

Comments
 (0)