added version header

This commit is contained in:
fourtf
2018-04-11 00:18:33 +02:00
parent dff6cbb3e1
commit 2ede50af0e
2 changed files with 5 additions and 1 deletions
+2 -1
View File
@@ -296,7 +296,8 @@ HEADERS += \
src/util/streamlink.hpp \
src/providers/twitch/twitchhelpers.hpp \
src/util/debugcount.hpp \
src/widgets/helper/debugpopup.hpp
src/widgets/helper/debugpopup.hpp \
src/version.hpp
RESOURCES += \
resources/resources.qrc
+3
View File
@@ -0,0 +1,3 @@
#pragma once
#define CHATTERINO_VERSION "2.0.0"