Fix stupid spelling mistake in the default gen_version.h file

Fix a spelling error in the include guard of the default gen_version.h
file. It didn't really matter even though this exact file is used when
building with qmake because it never gets included multiple times... but
it just looked odd to me and was a bit annoying since I noticed it :)
This commit is contained in:
Martin Kleusberg
2014-07-11 21:35:32 +02:00
parent e7924f3739
commit bc705b61f1

View File

@@ -1,5 +1,5 @@
#ifndef __GEN_VERSIONS_H__
#define __GEN_VERISONS_H__
#define __GEN_VERSIONS_H__
#define APP_VERSION "master_git"
#define MAJOR_VERSION 999
#define MINOR_VERSION 0