diff options
author | Adam Jackson <ajax@nwnk.net> | 2006-04-08 01:19:17 +0000 |
---|---|---|
committer | Adam Jackson <ajax@nwnk.net> | 2006-04-08 01:19:17 +0000 |
commit | 31396df3b0101571bb85a4a66b67f5a8b0c992a9 (patch) | |
tree | e31f3d970a3540aa2e19fe9ee6c7af4fd588093f | |
parent | d706f494ed22afd369991e8c75a2d4f5aed15305 (diff) |
so until we split out mach64/r128/radeon please just increment the
package number whenever you make significant changes.
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 8 insertions, 1 deletions
@@ -1,3 +1,10 @@ +2006-04-07 Adam Jackson <ajax@freedesktop.org> + + * configure.ac: + Bump to 6.6.0 and release. This module's versioning is completely + screwed, so until we split out mach64/r128/radeon please just + increment the package number whenever you make significant changes. + 2006-04-07 Aaron Plattner <aplattner@nvidia.com> * src/atimach64xv.c: (ATIMach64PutImage): diff --git a/configure.ac b/configure.ac index 9d96446..ac23880 100644 --- a/configure.ac +++ b/configure.ac @@ -22,7 +22,7 @@ AC_PREREQ(2.57) AC_INIT([xf86-video-ati], - 6.5.7.3, + 6.6.0, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], xf86-video-ati) |