Skip to content

Commit 84b9685

Browse files
authored
Bump to version 2.2
1 parent b95f1cc commit 84b9685

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// Configuration
55
//
66

7-
#define CFG_VERSION "SimpleGraphic v2.0"
7+
#define CFG_VERSION "SimpleGraphic v2.2"
88
#define CFG_TITLE "SimpleGraphic"
99
#define CFG_LOGFILE "SimpleGraphic/SimpleGraphic.log"
1010
#define CFG_DATAPATH "SimpleGraphic/"
@@ -19,4 +19,4 @@
1919
#define CFG_VID_DEFFULLSCREEN "0"
2020
#define CFG_VID_DEFRESIZABLE "0"
2121
#define CFG_VID_MINWIDTH 1080
22-
#define CFG_VID_MINHEIGHT 720
22+
#define CFG_VID_MINHEIGHT 720

0 commit comments

Comments
 (0)