1 |
/* PCSX2 - PS2 Emulator for PCs |
/* PCSX2 - PS2 Emulator for PCs |
2 |
* Copyright (C) 2002-2010 PCSX2 Dev Team |
* Copyright (C) 2002-2010 PCSX2 Dev Team |
3 |
* |
* |
4 |
* PCSX2 is free software: you can redistribute it and/or modify it under the terms |
* PCSX2 is free software: you can redistribute it and/or modify it under the terms |
5 |
* of the GNU Lesser General Public License as published by the Free Software Found- |
* of the GNU Lesser General Public License as published by the Free Software Found- |
6 |
* ation, either version 3 of the License, or (at your option) any later version. |
* ation, either version 3 of the License, or (at your option) any later version. |
7 |
* |
* |
8 |
* PCSX2 is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; |
* PCSX2 is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; |
9 |
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR |
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR |
10 |
* PURPOSE. See the GNU General Public License for more details. |
* PURPOSE. See the GNU General Public License for more details. |
11 |
* |
* |
12 |
* You should have received a copy of the GNU General Public License along with PCSX2. |
* You should have received a copy of the GNU General Public License along with PCSX2. |
13 |
* If not, see <http://www.gnu.org/licenses/>. |
* If not, see <http://www.gnu.org/licenses/>. |
14 |
*/ |
*/ |
15 |
|
|
16 |
// svnrev_template.h --> svnrev.h |
// svnrev_template.h --> svnrev.h |
17 |
// |
// |
18 |
// This file acts as a template for the automatic SVN revision/version tag. |
// This file acts as a template for the automatic SVN revision/version tag. |
19 |
// It is used by the utility SubWCrev.exe to create an "svnrev.h" file for |
// It is used by the utility SubWCrev.exe to create an "svnrev.h" file for |
20 |
// whichever project is being compiled (as indicated by command line options |
// whichever project is being compiled (as indicated by command line options |
21 |
// passed to SubWCRev.exe during the project's pre-build step). |
// passed to SubWCRev.exe during the project's pre-build step). |
22 |
// |
// |
23 |
// The SubWCRev.exe utility is part of TortoiseSVN and requires several DLLs |
// The SubWCRev.exe utility is part of TortoiseSVN and requires several DLLs |
24 |
// installed by TortoiseSVN, so it will only be available if you have TortoiseSVN |
// installed by TortoiseSVN, so it will only be available if you have TortoiseSVN |
25 |
// installed on your system. If you do not have it installed, a generic template |
// installed on your system. If you do not have it installed, a generic template |
26 |
// is used instead (see svnrev_generic.h). Having TortoiseSVN is handy but not |
// is used instead (see svnrev_generic.h). Having TortoiseSVN is handy but not |
27 |
// necessary. If you do not have it installed, everything will still compile |
// necessary. If you do not have it installed, everything will still compile |
28 |
// fine except without the SVN revision tagged to the application/dll version. |
// fine except without the SVN revision tagged to the application/dll version. |
29 |
// |
// |
30 |
// TortoiseSVN can be downloaded from http://tortoisesvn.tigris.org |
// TortoiseSVN can be downloaded from http://tortoisesvn.tigris.org |
31 |
|
|
32 |
#define SVN_REV 413 |
#define SVN_REV 415 |
33 |
#define SVN_MODS 0 |
#define SVN_MODS 0 |