From cc8ada0a35fcc62047215ac3ff580f7119ba0b6a Mon Sep 17 00:00:00 2001 From: Willi Ye Date: Thu, 6 Feb 2020 14:36:03 +0100 Subject: [PATCH] Version 0.2 --- client/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/Makefile b/client/Makefile index f176acb..46553de 100644 --- a/client/Makefile +++ b/client/Makefile @@ -46,7 +46,7 @@ INCLUDES := include ../include ../external/Plutonium/Plutonium/Output/include APP_TITLE := NXCord APP_AUTHOR := Grarak -APP_VERSION := 0.1-`date +'%Y%m%d'` +APP_VERSION := 0.2-`date +'%Y%m%d'` #--------------------------------------------------------------------------------- # options for code generation