summaryrefslogtreecommitdiffstats
path: root/src/citra_qt/version.h
diff options
context:
space:
mode:
authorJannik Vogel <email@jannikvogel.de>2016-12-01 16:38:46 +0100
committerJannik Vogel <email@jannikvogel.de>2016-12-01 16:38:46 +0100
commit8efeb6ee2b2bfc9e95667f0588cfa9bca69ff8bf (patch)
tree2a6822fbb8cab159832d718ca62b8438663f09c1 /src/citra_qt/version.h
parentMerge pull request #2228 from freiro/winver_fix (diff)
downloadyuzu-8efeb6ee2b2bfc9e95667f0588cfa9bca69ff8bf.tar
yuzu-8efeb6ee2b2bfc9e95667f0588cfa9bca69ff8bf.tar.gz
yuzu-8efeb6ee2b2bfc9e95667f0588cfa9bca69ff8bf.tar.bz2
yuzu-8efeb6ee2b2bfc9e95667f0588cfa9bca69ff8bf.tar.lz
yuzu-8efeb6ee2b2bfc9e95667f0588cfa9bca69ff8bf.tar.xz
yuzu-8efeb6ee2b2bfc9e95667f0588cfa9bca69ff8bf.tar.zst
yuzu-8efeb6ee2b2bfc9e95667f0588cfa9bca69ff8bf.zip
Diffstat (limited to '')
-rw-r--r--src/citra_qt/version.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/citra_qt/version.h b/src/citra_qt/version.h
deleted file mode 100644
index 9d5a2b1a2..000000000
--- a/src/citra_qt/version.h
+++ /dev/null
@@ -1,11 +0,0 @@
-// Copyright 2014 Citra Emulator Project
-// Licensed under GPLv2 or any later version
-// Refer to the license.txt file included.
-
-// TODO: Supposed to be generated...
-// GENERATED - Do not edit!
-#ifndef VERSION_H_
-#define VERSION_H_
-#define __BUILD__ "40"
-#define VERSION __BUILD__
-#endif // VERSION_H_