From a1f2e2f4c357989ac7c4d52fb0d2711272ed6152 Mon Sep 17 00:00:00 2001 From: Casey Langen Date: Sun, 28 Aug 2016 11:51:16 -0700 Subject: [PATCH] Version bump for updated install script (to support Homebrew) --- src/musikbox/app/util/Version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/musikbox/app/util/Version.h b/src/musikbox/app/util/Version.h index f03700dc0..1d999951d 100644 --- a/src/musikbox/app/util/Version.h +++ b/src/musikbox/app/util/Version.h @@ -1,3 +1,3 @@ #pragma once -#define VERSION "0.1.0" /* todo: autogen */ \ No newline at end of file +#define VERSION "0.1.1" /* todo: autogen */ \ No newline at end of file