Bump to 0.3.0

This commit is contained in:
Adam Jackson
2006-05-19 19:17:46 +00:00
parent c7b9e1a327
commit 24177f7218
3 changed files with 8 additions and 2 deletions

View File

@@ -1,3 +1,9 @@
2006-05-19 Adam Jackson <ajax@freedesktop.org>
* configure.ac:
* src/fbdev.c:
Bump to 0.3.0
2006-05-18 Kevin E. Martin <kem-at-freedesktop-dot-org>
* src/fbdev.c: (FBDevShadowInit), (FBDevScreenInit),

View File

@@ -22,7 +22,7 @@
AC_PREREQ(2.57)
AC_INIT([xf86-video-fbdev],
0.2.0,
0.3.0,
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
xf86-video-fbdev)

View File

@@ -86,7 +86,7 @@ static int pix24bpp = 0;
#define FBDEV_NAME "FBDEV"
#define FBDEV_DRIVER_NAME "fbdev"
#define FBDEV_MAJOR_VERSION 0
#define FBDEV_MINOR_VERSION 2
#define FBDEV_MINOR_VERSION 3
_X_EXPORT DriverRec FBDEV = {
FBDEV_VERSION,