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

View file

@ -296,7 +296,8 @@ HEADERS += \
src/util/streamlink.hpp \ src/util/streamlink.hpp \
src/providers/twitch/twitchhelpers.hpp \ src/providers/twitch/twitchhelpers.hpp \
src/util/debugcount.hpp \ src/util/debugcount.hpp \
src/widgets/helper/debugpopup.hpp src/widgets/helper/debugpopup.hpp \
src/version.hpp
RESOURCES += \ RESOURCES += \
resources/resources.qrc resources/resources.qrc

3
src/version.hpp Normal file
View file

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