diff options
author | David Zeuthen <david@fubar.dk> | 2004-07-15 21:58:32 +0000 |
---|---|---|
committer | David Zeuthen <david@fubar.dk> | 2004-07-15 21:58:32 +0000 |
commit | 8c68d75ddaf29a01877e917ff7e45e9b87e07c91 (patch) | |
tree | 105f1e9ec18ffab900077a8a16e66e0e8ff84c2a | |
parent | 7862a13e777172e4bf0d88aa54b8ada97792e5e3 (diff) |
Bump version to 0.2.94HAL_0_2_94
Bump to 0.2.94
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | Doxyfile | 2 | ||||
-rw-r--r-- | configure.in | 4 | ||||
-rw-r--r-- | packaging/fedora/hal.spec | 2 |
4 files changed, 10 insertions, 4 deletions
@@ -1,5 +1,11 @@ 2004-07-15 David Zeuthen <david@fubar.dk> + * configure.in: Bump version to 0.2.94 + + * packaging/fedora/hal.spec (Version): Bump to 0.2.94 + +2004-07-15 David Zeuthen <david@fubar.dk> + Patch from Sjoerd Simons <sjoerd@luon.net> * hald/linux/block_class_device.c (block_class_pre_process): It @@ -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.93 +PROJECT_NUMBER = 0.2.94 # 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 de37db90..1c4de6d3 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.93, david@fubar.dk) -AM_INIT_AUTOMAKE(hal, 0.2.93) +AC_INIT(hal, 0.2.94, david@fubar.dk) +AM_INIT_AUTOMAKE(hal, 0.2.94) AM_CONFIG_HEADER(config.h) AM_MAINTAINER_MODE diff --git a/packaging/fedora/hal.spec b/packaging/fedora/hal.spec index ca0df4a9..df4759c4 100644 --- a/packaging/fedora/hal.spec +++ b/packaging/fedora/hal.spec @@ -4,7 +4,7 @@ Summary: Hardware Abstraction Layer Name: hal -Version: 0.2.93 +Version: 0.2.94 Release: 1 URL: http://www.freedesktop.org/software/hal/ Source0: %{name}-%{version}.tar.gz |