Skip to content
This repository has been archived by the owner on Jan 7, 2021. It is now read-only.

Commit

Permalink
ready for release
Browse files Browse the repository at this point in the history
  • Loading branch information
LiquidFenrir committed Sep 17, 2017
1 parent c5dafe2 commit 95cb449
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ UNIQUE_ID := 0xd5c49

LOGO := $(RESOURCES)/logo.bcma.lz

# VERSION := $(shell git describe --tags)
VERSION := 0.0.0
VERSION := $(shell git describe --tags)

#---------------------------------------------------------------------------------
# options for code generation
Expand Down
2 changes: 1 addition & 1 deletion source/common.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ using json = nlohmann::json;
#define CONFIG_FILE_NAME "config.json"
#define CONFIG_FILE_PATH WORKING_DIR "/" CONFIG_FILE_NAME

#define CONFIG_FILE_URL "https://raw.githubusercontent.com/LiquidFenrir/MultiUpdater/master/config.json"
#define CONFIG_FILE_URL "https://raw.githubusercontent.com/LiquidFenrir/MultiUpdater/rewrite/config.json"

0 comments on commit 95cb449

Please sign in to comment.