summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Romanick <idr@freedesktop.org>2010-07-21 11:01:13 -0700
committerIan Romanick <idr@freedesktop.org>2010-07-21 11:01:13 -0700
commitfc0857adb91e9935cf41b9f27f30c5abe00c8399 (patch)
treeeefa4efb2829fe776c65371941a314e377f62f22
parent4f57c041039e897a3183aa13943f2bac67c937ea (diff)
Bump version to 0.9 in anticipation of release
-rw-r--r--configure.ac2
-rw-r--r--include/glu3.h1
2 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 0c4f964..d275d3e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.61)
-AC_INIT(GLU3, 0.1-20100210, idr@freedesktop.org, GLU3)
+AC_INIT(GLU3, 0.9-20100721, idr@freedesktop.org, GLU3)
AC_CONFIG_SRCDIR([Makefile.am])
AM_CONFIG_HEADER([config.h])
diff --git a/include/glu3.h b/include/glu3.h
index f93de5f..2c90708 100644
--- a/include/glu3.h
+++ b/include/glu3.h
@@ -40,6 +40,7 @@
#include <stdbool.h>
#define GLU3_VERSION_0_1
+#define GLU3_VERSION_0_9
struct GLUmat4;