Increment version to 2.9.0
And add a reminder to RELEASING that the incremented version number needs to be committed, (since I forgot to do this with 2.8.99.902).
This commit is contained in:
parent
a790aff4fe
commit
2841a4cd8c
|
|
@ -19,7 +19,8 @@ The process for releasing a new tarball is as follows:
|
||||||
3. Update your module version (usually found in configure.ac)
|
3. Update your module version (usually found in configure.ac)
|
||||||
|
|
||||||
$ vi configure.ac # bump version
|
$ vi configure.ac # bump version
|
||||||
$ git push origin # make sure you're on the release branch
|
$ git commit
|
||||||
|
$ git push origin # make sure you're on the release branch
|
||||||
|
|
||||||
4. Verify your module builds
|
4. Verify your module builds
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,7 @@
|
||||||
|
|
||||||
AC_PREREQ(2.57)
|
AC_PREREQ(2.57)
|
||||||
AC_INIT([xf86-video-intel],
|
AC_INIT([xf86-video-intel],
|
||||||
2.8.99.902,
|
2.9.0,
|
||||||
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
|
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
|
||||||
xf86-video-intel)
|
xf86-video-intel)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue