mirror of
https://github.com/reactos/reactos.git
synced 2025-04-05 05:01:03 +00:00
Minor version number update because of xbox support
svn path=/trunk/; revision=12384
This commit is contained in:
parent
a69f115882
commit
1d1a9c5708
1 changed files with 3 additions and 3 deletions
|
@ -22,7 +22,7 @@
|
|||
|
||||
|
||||
/* just some stuff */
|
||||
#define VERSION "FreeLoader v1.8.26"
|
||||
#define VERSION "FreeLoader v1.9"
|
||||
#define COPYRIGHT "Copyright (C) 1998-2003 Brian Palmer <brianp@sginet.com>"
|
||||
#define AUTHOR_EMAIL "<brianp@sginet.com>"
|
||||
#define BY_AUTHOR "by Brian Palmer"
|
||||
|
@ -35,8 +35,8 @@
|
|||
// If you add major functionality then you increment the major version and zero the minor & patch versions
|
||||
//
|
||||
#define FREELOADER_MAJOR_VERSION 1
|
||||
#define FREELOADER_MINOR_VERSION 8
|
||||
#define FREELOADER_PATCH_VERSION 26
|
||||
#define FREELOADER_MINOR_VERSION 9
|
||||
#define FREELOADER_PATCH_VERSION 0
|
||||
|
||||
|
||||
#ifndef ASM
|
||||
|
|
Loading…
Reference in a new issue