diff options
author | José Fonseca <[email protected]> | 2010-01-03 21:30:02 +0000 |
---|---|---|
committer | José Fonseca <[email protected]> | 2010-01-06 12:23:37 +0000 |
commit | aaf7ecfd816f82fef314f4f772cc53bc0ced553e (patch) | |
tree | 679487db256b7d96f7b80f498814e5665b3d7ed3 /src/glew/SConscript | |
parent | f02347374819a9b145a3e26c625709aea0c6f61b (diff) |
glew: Update to version 1.5.2.
Diffstat (limited to 'src/glew/SConscript')
-rw-r--r-- | src/glew/SConscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glew/SConscript b/src/glew/SConscript index 1d7dbb9b78f..a49e2da5b1c 100644 --- a/src/glew/SConscript +++ b/src/glew/SConscript @@ -42,7 +42,7 @@ glew = lib_env.SharedLibrary( ], ) -env.InstallSharedLibrary(glew, version=(1, 5)) +env.InstallSharedLibrary(glew, version=(1, 5, 2)) if lib_env['platform'] == 'windows': glew = lib_env.FindIxes(glew, 'LIBPREFIX', 'LIBSUFFIX') |