Skip to content

Commit 55bba89

Browse files
Fixed version
1 parent a776f6f commit 55bba89

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ GRAPHICS := gfx
4040
ROMFS := romfs
4141
GFXBUILD := $(ROMFS)/gfx
4242
#---------------------------------------------------------------------------------
43-
APP_VER := 1120
43+
APP_VER := 1104
4444
APP_TITLE := Video player for 3DS
4545
APP_DESCRIPTION := Video player for 3DS
4646
APP_AUTHOR := Core_2_Extreme

include/definitions.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#define DEF_CHECK_UPDATE_URL (std::string)"https://script.google.com/macros/s/AKfycbwTd3jzV0npUE9MNKmZIv3isazVR5D9_7A8rexsG1vr9SE7iavDBxgtzlph8dZipwu9/exec"
1010
#define DEF_HTTP_USER_AGENT (std::string)"video player for 3ds " + DEF_CURRENT_APP_VER
1111
#define DEF_CURRENT_APP_VER (std::string)"v1.5.0"
12-
#define DEF_CURRENT_APP_VER_INT 1120
12+
#define DEF_CURRENT_APP_VER_INT 1104
1313
#define DEF_ENABLE_SUB_APP0
1414
//#define DEF_ENABLE_SUB_APP1
1515
//#define DEF_ENABLE_SUB_APP2

0 commit comments

Comments
 (0)