Skip to content

Commit

Permalink
Changed version
Browse files Browse the repository at this point in the history
  • Loading branch information
Core-2-Extreme committed Aug 14, 2021
1 parent 372139f commit c5a8721
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ GRAPHICS := gfx
ROMFS := romfs
GFXBUILD := $(ROMFS)/gfx
#---------------------------------------------------------------------------------
APP_VER := 1056
APP_VER := 1072
APP_TITLE := Video player for 3DS
APP_DESCRIPTION := Video player for 3DS
APP_AUTHOR := Core_2_Extreme
Expand Down
6 changes: 3 additions & 3 deletions include/definitions.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
#define DEF_CHECK_INTERNET_URL (std::string)"https://connectivitycheck.gstatic.com/generate_204"
#define DEF_SEND_APP_INFO_URL (std::string)"https://script.google.com/macros/s/AKfycbyn_blFyKWXCgJr6NIF8x6ETs7CHRN5FXKYEAAIrzV6jPYcCkI/exec"
#define DEF_CHECK_UPDATE_URL (std::string)"https://script.google.com/macros/s/AKfycbwTd3jzV0npUE9MNKmZIv3isazVR5D9_7A8rexsG1vr9SE7iavDBxgtzlph8dZipwu9/exec"
#define DEF_HTTP_USER_AGENT (std::string)"video player for 3ds v1.2.0"
#define DEF_CURRENT_APP_VER (std::string)"v1.2.0"
#define DEF_CURRENT_APP_VER_INT 1056
#define DEF_HTTP_USER_AGENT (std::string)"video player for 3ds v1.3.0"
#define DEF_CURRENT_APP_VER (std::string)"v1.3.0"
#define DEF_CURRENT_APP_VER_INT 1072
#define DEF_ENABLE_SUB_APP0
//#define DEF_ENABLE_SUB_APP1
//#define DEF_ENABLE_SUB_APP2
Expand Down

0 comments on commit c5a8721

Please sign in to comment.