diff options
author | Adam Jackson <ajax@redhat.com> | 2009-02-24 10:17:19 -0500 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2009-02-24 10:17:19 -0500 |
commit | 7ad4b3479433de0cbfca7ba756b07df09678b22a (patch) | |
tree | aedfc9f5aa8e05a4a6a8798782bd474abc981a6e | |
parent | 29c9c203a1541df36685b6bedd3d4955c5882508 (diff) |
rendition 4.2.1xf86-video-rendition-4.2.1
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | configure.ac | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 4f31078..5de2a4a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -33,6 +33,6 @@ CLEANFILES = ChangeLog .PHONY: ChangeLog ChangeLog: - (GIT_DIR=$(top_srcdir)/.git git-log > .changelog.tmp && mv .changelog.tmp ChangeLog; rm -f .changelog.tmp) || (touch ChangeLog; echo 'git directory not found: installing possibly empty changelog.' >&2) + $(CHANGELOG_CMD) dist-hook: ChangeLog diff --git a/configure.ac b/configure.ac index d5d2445..d69aef2 100644 --- a/configure.ac +++ b/configure.ac @@ -22,7 +22,7 @@ AC_PREREQ(2.57) AC_INIT([xf86-video-rendition], - 4.2.0, + 4.2.1, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], xf86-video-rendition) @@ -84,6 +84,7 @@ AC_SUBST([DRIVER_NAME]) XORG_MANPAGE_SECTIONS XORG_RELEASE_VERSION +XORG_CHANGELOG XORG_CHECK_LINUXDOC |