renamed from citrus to citra

This commit is contained in:
ShizZy 2013-09-26 17:34:48 -04:00
parent a7b06698ff
commit 8bb0c457bc
20 changed files with 49 additions and 49 deletions

6
src/citra/src/version.h Normal file
View file

@ -0,0 +1,6 @@
// GENERATED - Do not edit!
#ifndef VERSION_H_
#define VERSION_H_
#define __BUILD__ "122"
#define VERSION __BUILD__
#endif // VERSION_H_