mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
added version header
This commit is contained in:
parent
dff6cbb3e1
commit
2ede50af0e
|
@ -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
3
src/version.hpp
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
#pragma once
|
||||||
|
|
||||||
|
#define CHATTERINO_VERSION "2.0.0"
|
Loading…
Reference in a new issue