diff options
author | David Zeuthen <david@fubar.dk> | 2004-07-05 23:48:53 +0000 |
---|---|---|
committer | David Zeuthen <david@fubar.dk> | 2004-07-05 23:48:53 +0000 |
commit | f728854eb9100ba8612793e72c92ef5ad705f425 (patch) | |
tree | cc3e261168b70d18b28f91049d024b928b3d16e1 | |
parent | e26625a9d0317b8dfd95e8f3bbcf347e27b40152 (diff) |
Bump to 0.2.93HAL_0_2_93
Bump to 0.2.93
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | Doxyfile | 2 | ||||
-rw-r--r-- | configure.in | 4 | ||||
-rw-r--r-- | packaging/fedora/hal.spec | 4 |
4 files changed, 11 insertions, 5 deletions
@@ -1,5 +1,11 @@ 2004-07-06 David Zeuthen <david@fubar.dk> + * packaging/fedora/hal.spec (Version): Bump to 0.2.93 + + * configure.in: Bump to 0.2.93 + +2004-07-06 David Zeuthen <david@fubar.dk> + Patch from Kay Sievers <kay.sievers@vrfy.org>. Better msdos detection for floppy disks @@ -23,7 +23,7 @@ PROJECT_NAME = HAL # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = 0.2.92 +PROJECT_NUMBER = 0.2.93 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. diff --git a/configure.in b/configure.in index 3edebc63..de37db90 100644 --- a/configure.in +++ b/configure.in @@ -1,8 +1,8 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.57) -AC_INIT(hal, 0.2.92, david@fubar.dk) -AM_INIT_AUTOMAKE(hal, 0.2.92) +AC_INIT(hal, 0.2.93, david@fubar.dk) +AM_INIT_AUTOMAKE(hal, 0.2.93) AM_CONFIG_HEADER(config.h) AM_MAINTAINER_MODE diff --git a/packaging/fedora/hal.spec b/packaging/fedora/hal.spec index 0395435d..ca0df4a9 100644 --- a/packaging/fedora/hal.spec +++ b/packaging/fedora/hal.spec @@ -4,8 +4,8 @@ Summary: Hardware Abstraction Layer Name: hal -Version: 0.2.92 -Release: 2 +Version: 0.2.93 +Release: 1 URL: http://www.freedesktop.org/software/hal/ Source0: %{name}-%{version}.tar.gz License: AFL/GPL |