From 1dd6e6995d7a37338dce6ee5b1aa4ee9dd848e1d Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Fri, 27 Oct 2006 11:53:40 -0700 Subject: Bump version to 1.4.4. --- configure.ac | 4 +++- src/mga.h | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 5394e85..88c22cd 100644 --- a/configure.ac +++ b/configure.ac @@ -21,8 +21,10 @@ # Process this file with autoconf to produce a configure script AC_PREREQ(2.57) + +# When the version number is modified here, also modify it in src/mga.h. AC_INIT([xf86-video-mga], - 1.4.3, + 1.4.4, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], xf86-video-mga) diff --git a/src/mga.h b/src/mga.h index 6b53d87..04624a9 100644 --- a/src/mga.h +++ b/src/mga.h @@ -156,7 +156,7 @@ void MGAdbg_outreg32(ScrnInfoPtr, int,int, char*); #define MGA_DRIVER_NAME "mga" #define MGA_MAJOR_VERSION 1 #define MGA_MINOR_VERSION 4 -#define MGA_PATCHLEVEL 1 +#define MGA_PATCHLEVEL 4 typedef struct { unsigned char ExtVga[6]; -- cgit v1.2.3