From bc3c5d499218d5a9cb85f634bbf2b46b6f6bdd14 Mon Sep 17 00:00:00 2001 From: Nigel Stewart Date: Wed, 10 Oct 2018 14:09:18 +1000 Subject: [PATCH] glew-20181010.tgz GLEW 2.2.0 RC1 snapshot available --- Makefile | 3 +++ README.md | 3 +++ 2 files changed, 6 insertions(+) diff --git a/Makefile b/Makefile index b991460..a54b92a 100644 --- a/Makefile +++ b/Makefile @@ -292,6 +292,9 @@ dist-src: mkdir -p $(DIST_DIR)/lib cp -a auto $(DIST_DIR) $(RM) -Rf $(DIST_DIR)/auto/registry + $(RM) -Rf $(DIST_DIR)/auto/glfixes + $(RM) -Rf $(DIST_DIR)/auto/OpenGL-Registry + $(RM) -Rf $(DIST_DIR)/auto/EGL-Registry cp -a build $(DIST_DIR) cp -a config $(DIST_DIR) cp -a src $(DIST_DIR) diff --git a/README.md b/README.md index 06701c2..b4a5200 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,9 @@ Windows binaries for [32-bit and 64-bit](https://sourceforge.net/projects/glew/f Snapshots may contain new features, bug-fixes or new OpenGL extensions ahead of tested, official releases. ++[glew-20181010.tgz](https://sourceforge.net/projects/glew/files/glew/snapshots/glew-20181010.tgz/download) ++*GLEW 2.2.0 RC1: New extensions, bug fixes* + ## Build It is highly recommended to build from a tgz or zip release snapshot.