Skip to content
This repository was archived by the owner on Dec 24, 2018. It is now read-only.

Commit ae31bd8

Browse files
committed
Another bugfix
1 parent 3bcaca2 commit ae31bd8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

gui/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ VERSION_PARTS := $(subst ., ,$(VERSION_DIRTY))
3131

3232
VERSION_MAJOR := 4
3333
VERSION_MINOR := 3
34-
VERSION_MICRO := 0
34+
VERSION_MICRO := 1
3535

3636
#VERSION_MAJOR := $(word 1, $(VERSION_PARTS))
3737
#VERSION_MINOR := $(word 2, $(VERSION_PARTS))

gui/source/download.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ using std::vector;
2525
#include <sf2d.h>
2626
#include "citrostuff.h"
2727

28-
const char* DOWNLOAD_VER_URL = "https://github.com/Jolty95/TWLoader-update/blob/master/ver?raw=true";
28+
const char* DOWNLOAD_VER_URL = "https://github.com/Jolty95/TWLoader-update/blob/master/prev_ver?raw=true";
2929
const char* DOWNLOAD_TWLOADER_URL = "https://github.com/Jolty95/TWLoader-update/blob/master/TWLoader.cia?raw=true";
3030
const char* DOWNLOAD_TWLNANDSIDE_URL = "https://github.com/Jolty95/TWLoader-update/blob/master/TWLoader%20-%20TWLNAND%20side.cia?raw=true";
3131
const char* DOWNLOAD_UNOFFICIALBOOTSTRAP_URL = "https://github.com/Jolty95/TWLoader-update/blob/master/unofficial-bootstrap.nds?raw=true";

0 commit comments

Comments
 (0)