summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Hellstrom <thomas-at-tungstengraphics-dot-com>2006-12-21 11:28:15 +0100
committerThomas Hellstrom <thomas-at-tungstengraphics-dot-com>2006-12-21 11:28:15 +0100
commit535dd63b5534a989ff3ec6acf48138ed200a6f5c (patch)
treefb6f13fb32857bcded59433aa066d0a404213b08
parentf9221297f9ddbdda82363ec15a6979754bdba318 (diff)
Bump minor version to 102.
-rw-r--r--backend.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend.c b/backend.c
index 75a9890..a183223 100644
--- a/backend.c
+++ b/backend.c
@@ -43,7 +43,7 @@
* fix some real stupidity. It's only by chance we can bump
* past 0.99 at all due to some boolean logic error. */
#define AGPGART_VERSION_MAJOR 0
-#define AGPGART_VERSION_MINOR 101
+#define AGPGART_VERSION_MINOR 102
static struct agp_version agp_current_version =
{
.major = AGPGART_VERSION_MAJOR,