Skip to content

Commit 7fa002e

Browse files
committed
Bump version to 2.0
1 parent 74b45f4 commit 7fa002e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// Configuration
55
//
66

7-
#define CFG_VERSION "SimpleGraphic v1.0"
7+
#define CFG_VERSION "SimpleGraphic v2.0"
88
#define CFG_TITLE "SimpleGraphic"
99
#define CFG_LOGFILE "SimpleGraphic/SimpleGraphic.log"
1010
#define CFG_DATAPATH "SimpleGraphic/"

vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "path-of-building-simplegraphic",
3-
"version-date": "2023-01-20",
3+
"version": "2.0",
44
"dependencies": [
55
"angle",
66
"curl",

0 commit comments

Comments
 (0)