Skip to content

Commit

Permalink
mesa: set version string to 7.7-rc3
Browse files Browse the repository at this point in the history
  • Loading branch information
ianromanick committed Dec 16, 2009
1 parent 006a526 commit bf75ee9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -182,7 +182,7 @@ ultrix-gcc:

# Rules for making release tarballs

VERSION=7.7-rc2
VERSION=7.7
DIRECTORY = Mesa-$(VERSION)
LIB_NAME = MesaLib-$(VERSION)
DEMO_NAME = MesaDemos-$(VERSION)
Expand Down
2 changes: 1 addition & 1 deletion src/mesa/main/version.h
Expand Up @@ -32,7 +32,7 @@
#define MESA_MAJOR 7
#define MESA_MINOR 7
#define MESA_PATCH 0
#define MESA_VERSION_STRING "7.7-rc2"
#define MESA_VERSION_STRING "7.7-rc3"

/* To make version comparison easy */
#define MESA_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))
Expand Down

0 comments on commit bf75ee9

Please sign in to comment.