added version header

This commit is contained in:
fourtf 2018-04-11 00:18:33 +02:00
parent 5b3a99bab4
commit b7226af4a1
2 changed files with 5 additions and 1 deletions

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
src/version.hpp Normal file
View file

@ -0,0 +1,3 @@
#pragma once
#define CHATTERINO_VERSION "2.0.0"