mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
- Update copyright information.
- Bump version to 3.0. svn path=/trunk/; revision=31148
This commit is contained in:
parent
f7ee432ae4
commit
23979cefb4
1 changed files with 6 additions and 6 deletions
|
@ -22,10 +22,10 @@
|
||||||
|
|
||||||
|
|
||||||
/* just some stuff */
|
/* just some stuff */
|
||||||
#define VERSION "FreeLoader v2.1"
|
#define VERSION "FreeLoader v3.0"
|
||||||
#define COPYRIGHT "Copyright (C) 1998-2005 Brian Palmer <brianp@sginet.com>"
|
#define COPYRIGHT "Copyright (C) 1998-2007 ReactOS Team"
|
||||||
#define AUTHOR_EMAIL "<brianp@sginet.com>"
|
#define AUTHOR_EMAIL "<www.reactos.org>"
|
||||||
#define BY_AUTHOR "by Brian Palmer"
|
#define BY_AUTHOR "by ReactOS Team"
|
||||||
|
|
||||||
// FreeLoader version defines
|
// FreeLoader version defines
|
||||||
//
|
//
|
||||||
|
@ -34,8 +34,8 @@
|
||||||
// If you add features then you increment the minor version and zero the patch version
|
// If you add features then you increment the minor version and zero the patch version
|
||||||
// If you add major functionality then you increment the major version and zero the minor & patch versions
|
// If you add major functionality then you increment the major version and zero the minor & patch versions
|
||||||
//
|
//
|
||||||
#define FREELOADER_MAJOR_VERSION 2
|
#define FREELOADER_MAJOR_VERSION 3
|
||||||
#define FREELOADER_MINOR_VERSION 1
|
#define FREELOADER_MINOR_VERSION 0
|
||||||
#define FREELOADER_PATCH_VERSION 0
|
#define FREELOADER_PATCH_VERSION 0
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue