From 76d3533f714c320b45e729433fcd09db75ea8871 Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Mon, 9 Oct 2006 22:26:20 +0000 Subject: Bug(s) fixed: 210075 Bug Description: Change version to 1.0.3 Reviewed by: nkinder, nhosoi (Thanks!) Fix Description: Update version strings and etc. to 1.0.3 Platforms tested: FC5 Flag Day: no Doc impact: no --- include/version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/version.h b/include/version.h index abb98671..73ccc7a2 100644 --- a/include/version.h +++ b/include/version.h @@ -44,9 +44,9 @@ exist, the PRODUCT_VERSION define has _DEF appended. */ -#define DIRECTORY_VERSION_DEF "1.0.2" +#define DIRECTORY_VERSION_DEF "1.0.3" #define DIRECTORY_COMPATIBLE "3.0" -#define DIRECTORY_VERSION_STRING "Fedora-DirServer/1.0.2" +#define DIRECTORY_VERSION_STRING "Fedora-DirServer/1.0.3" #define DS_VERSION_DEF DIRECTORY_VERSION_DEF #define DS_VERSION_STRING DIRECTORY_VERSION_STRING -- cgit