2000-05-23 06:10:22 +00:00
|
|
|
/*
|
|
|
|
version.h
|
|
|
|
|
2000-05-27 04:33:09 +00:00
|
|
|
Version numbers for Win32 builds not using autoconf
|
2000-05-23 06:10:22 +00:00
|
|
|
|
2000-05-27 04:33:09 +00:00
|
|
|
Copyright (C) 2000 Jeff Teunissen
|
2000-05-23 06:10:22 +00:00
|
|
|
|
|
|
|
This program is free software; you can redistribute it and/or
|
|
|
|
modify it under the terms of the GNU General Public License
|
|
|
|
as published by the Free Software Foundation; either version 2
|
|
|
|
of the License, or (at your option) any later version.
|
|
|
|
|
|
|
|
This program is distributed in the hope that it will be useful,
|
|
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
|
|
|
|
|
|
|
See the GNU General Public License for more details.
|
|
|
|
|
|
|
|
You should have received a copy of the GNU General Public License
|
|
|
|
along with this program; if not, write to:
|
|
|
|
|
|
|
|
Free Software Foundation, Inc.
|
|
|
|
59 Temple Place - Suite 330
|
|
|
|
Boston, MA 02111-1307, USA
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef _VERSION_H
|
|
|
|
#define _VERSION_H
|
|
|
|
|
2000-05-27 04:19:24 +00:00
|
|
|
/* Version strings */
|
|
|
|
#define PACKAGE "quakeforge"
|
|
|
|
#define PROGRAM "QuakeForge"
|
2001-01-10 03:36:53 +00:00
|
|
|
#define VERSION "0.2.99beta666"
|
2000-05-27 04:19:24 +00:00
|
|
|
#define QW_VERSION "2.40"
|
2000-06-26 03:25:31 +00:00
|
|
|
#define QSG_VERSION "2.0"
|
2000-05-27 04:19:24 +00:00
|
|
|
|
|
|
|
#endif // _VERSION_H
|