This repository has been archived on 2026-05-10. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
yuzu/src/citra_qt/version.h
T
2014-04-08 19:25:03 -04:00

8 lines
173 B
C

// TODO: Supposed to be generated...
// GENERATED - Do not edit!
#ifndef VERSION_H_
#define VERSION_H_
#define __BUILD__ "40"
#define VERSION __BUILD__
#endif // VERSION_H_