Skip to content

Commit 6871595

Browse files
update
1 parent 15c07c6 commit 6871595

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
build
2+
.idea
3+
cmake-build-debug

src/update.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ string execute(const char *command) {
2727
// update function
2828
void update() {
2929
// get version number from https://junlang.imjcj.eu.org/VERSION
30-
string result = execute("curl -s https://junlang.imjcj.eu.org/VERSION");
30+
string result = execute("curl -s https://junlang.imjcj.eu.org/VERSION_DEVE");
3131
result = result.substr(44);
3232
// compare version number with _VERSION_
3333
if (result != _VERSION_ + '\n') {

0 commit comments

Comments
 (0)