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

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


Author: rmeggins

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

Modified Files:
	version.h 
Log Message:
Bug(s) fixed: 171793
Bug Description: Change setuputil version to 1.0
Reviewed by: Noriko (Thanks!)
Fix Description: Mostly just typical rebranding stuff.  I found a couple 
of places in installer.cc that were not listed in the branding.dat so I 
added them.  I also got rid of the webserv version and the enterprise 
stuff, which is apparently not used anywhere.
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/setuputil/include/version.h,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -r1.1.1.1 -r1.2
--- version.h	29 Jul 2005 22:16:18 -0000	1.1.1.1
+++ version.h	26 Oct 2005 16:38:09 -0000	1.2
@@ -31,20 +31,14 @@
  * (miodrag) Note: BASE_VERSION_DEF and MCC_VERSION_DEF are used by SETUPSDK
  * build scripts as SETUP_BASE and setup svrcore versions
  */
-#define BASE_VERSION_DEF "7.1"
-#define BASE_VERSION_STRING "Fedora Base components/7.1"
+#define BASE_VERSION_DEF "1.0"
+#define BASE_VERSION_STRING "Fedora Base components/1.0"
 
-#define MCC_VERSION_DEF "7.1"
-#define MCC_VERSION_STRING "Fedora Console/7.1"
+#define MCC_VERSION_DEF "1.0"
+#define MCC_VERSION_STRING "Fedora Console/1.0"
 
-#define ADMSERV_VERSION_DEF "7.1"
-#define ADMSERV_VERSION_STRING "Fedora/7.1"
-
-/* (miodrag) Need ENTERPRISE defines for ns/netsite/lib compilation
- * The actual value is not important.
- */
-#define ENTERPRISE_VERSION_DEF "6.2"
-#define ENTERPRISE_VERSION_STRING "Fedora/6.2"
+#define ADMSERV_VERSION_DEF "1.0"
+#define ADMSERV_VERSION_STRING "Fedora/1.0"
 
 #define VI_COMPANYNAME "Fedora Project\0"
 #define VI_COPYRIGHT   "Copyright (C) 2005 Red Hat, Inc.\0"




More information about the Fedora-directory-commits mailing list