summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Kinder <nkinder@redhat.com>2005-10-11 15:56:02 +0000
committerNathan Kinder <nkinder@redhat.com>2005-10-11 15:56:02 +0000
commit928a1e473f3bb51cc8a15621b94bcc65dc2d0118 (patch)
tree77baa6895e7dae2dc8a5cbadbe8db4245fbfd0ce
parent22d1ec741401adc268375d8ce0ca36292c906f58 (diff)
downloadds-928a1e473f3bb51cc8a15621b94bcc65dc2d0118.tar.gz
ds-928a1e473f3bb51cc8a15621b94bcc65dc2d0118.tar.xz
ds-928a1e473f3bb51cc8a15621b94bcc65dc2d0118.zip
170321 - Increase winsync version to 1.0.1
-rw-r--r--ldap/servers/ntds/wrapper/wix/ntds.wxs2
-rw-r--r--ldap/synctools/passwordsync/passsync/dssynch.h2
-rw-r--r--ldap/synctools/passwordsync/wix/PassSync.wxs4
3 files changed, 4 insertions, 4 deletions
diff --git a/ldap/servers/ntds/wrapper/wix/ntds.wxs b/ldap/servers/ntds/wrapper/wix/ntds.wxs
index 47a1346d..dfd8521d 100644
--- a/ldap/servers/ntds/wrapper/wix/ntds.wxs
+++ b/ldap/servers/ntds/wrapper/wix/ntds.wxs
@@ -38,7 +38,7 @@
<Wix xmlns='http://schemas.microsoft.com/wix/2003/01/wi'>
<Product Name='Fedora Directory Synchronization' Id='9FABDEC3-CAA0-40D5-871F-A0E1759C38C1'
Language='1033' Codepage='1252'
- Version='1.0.0' Manufacturer='Fedora Project'>
+ Version='1.0.1' Manufacturer='Fedora Project'>
<Package Id='????????-????-????-????-????????????' Keywords='Installer'
Description="Fedora Directory Synchronization Installer"
diff --git a/ldap/synctools/passwordsync/passsync/dssynch.h b/ldap/synctools/passwordsync/passsync/dssynch.h
index 6735f6a8..4f6c0e42 100644
--- a/ldap/synctools/passwordsync/passsync/dssynch.h
+++ b/ldap/synctools/passwordsync/passsync/dssynch.h
@@ -65,6 +65,6 @@
#define DS_SERVICE_NAME_UNI L"Netscape Directory Synchronization Service"
#define DS_EVENT_NAME TEXT("Netscape DirSynch")
#define DSS_TERM_EVENT TEXT("NS_DSSYNCH")
-#define SYNCH_VERSION "5.0"
+#define SYNCH_VERSION "1.0.1"
#endif // _DSSYNCH_H_
diff --git a/ldap/synctools/passwordsync/wix/PassSync.wxs b/ldap/synctools/passwordsync/wix/PassSync.wxs
index 9080e669..c75cc79e 100644
--- a/ldap/synctools/passwordsync/wix/PassSync.wxs
+++ b/ldap/synctools/passwordsync/wix/PassSync.wxs
@@ -38,11 +38,11 @@
<Wix xmlns='http://schemas.microsoft.com/wix/2003/01/wi'>
<Product Name='Fedora Directory Password Sync' Id='C1842CD5-4659-4E7C-A53C-37083B0CB59F'
Language='1033' Codepage='1252'
- Version='1.0.0' Manufacturer='Fedora'>
+ Version='1.0.1' Manufacturer='Fedora Project'>
<Package Id='????????-????-????-????-????????????' Keywords='Installer'
Description="Fedora Directory Password Synchronization Installer"
- Manufacturer='Fedora'
+ Manufacturer='Fedora Project'
InstallerVersion='100' Languages='1033' Compressed='yes' SummaryCodepage='1252' />
<Media Id='1' Cabinet='Sample.cab' EmbedCab='yes' DiskPrompt="CD-ROM #1" />