prep for 7.0.3 release

This commit is contained in:
Brian 2008-01-21 16:21:04 -07:00
parent 48ae5cf09d
commit 04fcc4cf1e
3 changed files with 7 additions and 11 deletions

View file

@ -166,10 +166,10 @@ ultrix-gcc:
# Rules for making release tarballs
DIRECTORY = Mesa-7.0.3
LIB_NAME = MesaLib-7.0.3
DEMO_NAME = MesaDemos-7.0.3
GLUT_NAME = MesaGLUT-7.0.3
DIRECTORY = Mesa-7.0.3-rc1
LIB_NAME = MesaLib-7.0.3-rc1
DEMO_NAME = MesaDemos-7.0.3-rc1
GLUT_NAME = MesaGLUT-7.0.3-rc1
MAIN_FILES = \
$(DIRECTORY)/Makefile* \

View file

@ -8,7 +8,7 @@
<body bgcolor="#eeeeee">
<H1>Mesa 7.0.3 Release Notes / (TBD) 2007</H1>
<H1>Mesa 7.0.3 Release Notes / January TBD, 2007</H1>
<p>
Mesa 7.0.3 is a stable release with bug fixes since version 7.0.2.
@ -20,10 +20,6 @@ Mesa 7.0.3 is a stable release with bug fixes since version 7.0.2.
</pre>
<h2>New features</h2>
<ul>
</ul>
<h2>Bug fixes</h2>
<ul>
<li>Added missing glw.pc.in file to release tarball

View file

@ -2,7 +2,7 @@
* Mesa 3-D graphics library
* Version: 7.0.3
*
* Copyright (C) 1999-2007 Brian Paul All Rights Reserved.
* Copyright (C) 1999-2008 Brian Paul All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
@ -31,7 +31,7 @@
#define MESA_MAJOR 7
#define MESA_MINOR 0
#define MESA_PATCH 3
#define MESA_VERSION_STRING "7.0.3"
#define MESA_VERSION_STRING "7.0.3-rc1"
/* To make version comparison easy */
#define MESA_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))