mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-23 04:21:52 -06:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user