diff options
author | Noriko Hosoi <nhosoi@redhat.com> | 2005-03-25 02:09:27 +0000 |
---|---|---|
committer | Noriko Hosoi <nhosoi@redhat.com> | 2005-03-25 02:09:27 +0000 |
commit | 03462d65dcb2be5f8ccda2eb80353dce5e2d0d98 (patch) | |
tree | 3ea2acadf10f45f086978ba080794fe92985ce90 /include/version.h | |
parent | b6bff935c117b5042cd2a9809218607c01bea965 (diff) | |
download | ds-03462d65dcb2be5f8ccda2eb80353dce5e2d0d98.tar.gz ds-03462d65dcb2be5f8ccda2eb80353dce5e2d0d98.tar.xz ds-03462d65dcb2be5f8ccda2eb80353dce5e2d0d98.zip |
[Bug 146919] Directory Server rebranding
1) Brandx -> Fedora
2) Pick up new internal component set (Admin SDK, Setup SDK, Admin Server)
3) Use JRE from the Admin Server package
4) Docs
a) Componentize Docs
b) Rebrand Docs
c) Drop packaging Administration Guide in the external version
Diffstat (limited to 'include/version.h')
-rw-r--r-- | include/version.h | 32 |
1 files changed, 6 insertions, 26 deletions
diff --git a/include/version.h b/include/version.h index cdd8b4e9..7a20af17 100644 --- a/include/version.h +++ b/include/version.h @@ -14,40 +14,20 @@ #define DIRECTORY_VERSION_DEF "7.1" #define DIRECTORY_COMPATIBLE "3.0" -#define DIRECTORY_VERSION_STRING "Brandx-DirServer/7.1" +#define DIRECTORY_VERSION_STRING "Fedora-DirServer/7.1" #define DS_VERSION_DEF DIRECTORY_VERSION_DEF #define DS_VERSION_STRING DIRECTORY_VERSION_STRING #define DSS_VERSION_DEF DIRECTORY_VERSION_DEF -#define DSS_VERSION_STRING "Brandx-DirSynchService/7.1" +#define DSS_VERSION_STRING "Fedora-DirSynchService/7.1" -#define PROXY_VERSION_DEF "2.0" -#define PROXY_VERSION_STRING "Netscape-Proxy/2.0" - -#define ADMSERV_VERSION_DEF "4.0b1" -#define ADMSERV_VERSION_STRING "Netscape-Administrator/4.0b1" +#define ADMSERV_VERSION_DEF "7.0" +#define ADMSERV_VERSION_STRING "Fedora-Administrator/7.0" /* supposedly the trunk is currently the home of 3.x development */ -#define PERSONAL_VERSION_DEF "3.01b1" -#define PERSONAL_VERSION_STRING "Netscape-FastTrack/3.01b1" - -#define CATALOG_VERSION_DEF "1.0b2" -#define CATALOG_VERSION_STRING "Netscape-Catalog/1.0b2" - -#define RDS_VERSION_DEF "1.0b2" -#define RDS_VERSION_STRING "Netscape-RDS/1.0b2" - #define ENTERPRISE_VERSION_DEF "3.01" #define ENTERPRISE_VERSION_STRING "Netscape-Enterprise/3.01" -#define MAIL_VERSION_DEF "3.0a0" -#define MAIL_VERSION_STRING "Netscape-Mail/3.0a0" - -#define NEWS_VERSION_STRING "Netscape 1.1" - -#define BATMAN_VERSION_DEF "1.0a1" -#define BATMAN_VERSION_STRING "Batman/1.0a1" - -#define VI_COMPANYNAME "Netscape Communications Corporation\0" -#define VI_COPYRIGHT "Copyright 2001 Sun Microsystems, Inc. Portions copyright 1999, 2001-2003 Netscape Communications Corporation. All rights reserved.\0" +#define VI_COMPANYNAME "Fedora Project\0" +#define VI_COPYRIGHT "Copyright (C) 2001 Sun Microsystems, Inc. Used by permission. Copyright (C) 2005 Red Hat, Inc. All rights reserved.\0" |