From 3bc1deb6a84d5ad1ff47b2efe89ed15d68e5822a Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Fri, 7 Apr 2006 22:25:23 +0000 Subject: Unlibcwrap. Bump server version requirement. Bump to 0.81.0. --- src/ast.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/ast.h') diff --git a/src/ast.h b/src/ast.h index 321e741..e1f0426 100644 --- a/src/ast.h +++ b/src/ast.h @@ -20,6 +20,9 @@ * PERFORMANCE OF THIS SOFTWARE. */ +#include +#include + /* Compiler Options */ #define Accel_2D /* #define MMIO_2D */ @@ -38,7 +41,7 @@ #define AST_NAME "AST" #define AST_DRIVER_NAME "ast" #define AST_MAJOR_VERSION 0 -#define AST_MINOR_VERSION 80 +#define AST_MINOR_VERSION 81 #define AST_PATCH_VERSION 0 #define AST_VERSION \ ((AST_MAJOR_VERSION << 20) | (AST_MINOR_VERSION << 10) | AST_PATCH_VERSION) -- cgit v1.2.3