diff options
author | Rich Megginson <rmeggins@redhat.com> | 2007-08-09 15:40:11 +0000 |
---|---|---|
committer | Rich Megginson <rmeggins@redhat.com> | 2007-08-09 15:40:11 +0000 |
commit | f3dac3953846e21ff457674da6fee0c907789f99 (patch) | |
tree | 80263f45820f2781d8d7097cfa13aa2d80169006 | |
parent | 171e70d98b3b53f9289e263c65cb7a1da8c95484 (diff) | |
download | ds-f3dac3953846e21ff457674da6fee0c907789f99.tar.gz ds-f3dac3953846e21ff457674da6fee0c907789f99.tar.xz ds-f3dac3953846e21ff457674da6fee0c907789f99.zip |
Resolves: bug 251227
Description: Update dsktune for 1.1
Updated the date.
-rw-r--r-- | ldap/systools/idsktune.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ldap/systools/idsktune.c b/ldap/systools/idsktune.c index 160ac929..53e7479e 100644 --- a/ldap/systools/idsktune.c +++ b/ldap/systools/idsktune.c @@ -44,7 +44,7 @@ /* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! * Don't forget to update build_date when the patch sets are updated. * !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */ -static char *build_date = "04-APRIL-2005"; +static char *build_date = "10-AUGUST-2007"; #if defined(__FreeBSD__) || defined(__bsdi) #define IDDS_BSD_INCLUDE 1 |