[Fedora-directory-commits] adminutil/include version.h,1.1.1.1,1.2

Richard Allen Megginson (rmeggins) fedora-directory-commits at redhat.com
Wed Oct 26 16:31:28 UTC 2005


Author: rmeggins

Update of /cvs/dirsec/adminutil/include
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14238/adminutil/include

Modified Files:
	version.h 
Log Message:
Bug(s) fixed: 171799
Bug Description: Change adminutil version to 1.0
Reviewed by: Noriko (Thanks!)
Fix Description: Your basic standard renumbering.
Platforms tested: RHEL4
Flag Day: no
Doc impact: no
QA impact: should be covered by regular nightly and manual testing
New Tests integrated into TET: none



Index: version.h
===================================================================
RCS file: /cvs/dirsec/adminutil/include/version.h,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -r1.1.1.1 -r1.2
--- version.h	20 Jul 2005 22:51:31 -0000	1.1.1.1
+++ version.h	26 Oct 2005 16:31:25 -0000	1.2
@@ -34,10 +34,10 @@
 #define ADMSDK_FLAGS 0x0L
 #endif
 
-#define ADMSDK_VMAJOR 7
-#define ADMSDK_VMINOR 1
-#define ADMSDK_VERSION    "7.1"
-#define ADMSDK_SO_VERSION "71"
+#define ADMSDK_VMAJOR 1
+#define ADMSDK_VMINOR 0
+#define ADMSDK_VERSION    "1.0"
+#define ADMSDK_SO_VERSION "10"
 
 #define VI_COMPANYNAME "Fedora Project"
 #define VI_COPYRIGHT   "Copyright (C) 2005 Red Hat, Inc."




More information about the 389-commits mailing list