home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / OSK / NETWORK / ISP / bind.4.8.3.lzh / BIND483 / NAMED / Version.c < prev   
Text File  |  1993-08-24  |  3KB  |  102 lines

  1. /*
  2.  * Copyright (c) 1986, 1987, 1990 Regents of the University of California.
  3.  * All rights reserved.
  4.  *
  5.  * Redistribution and use in source and binary forms are permitted
  6.  * provided that the above copyright notice and this paragraph are
  7.  * duplicated in all such forms and that any documentation,
  8.  * advertising materials, and other materials related to such
  9.  * distribution and use acknowledge that the software was developed
  10.  * by the University of California, Berkeley.  The name of the
  11.  * University may not be used to endorse or promote products derived
  12.  * from this software without specific prior written permission.
  13.  * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
  14.  * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
  15.  * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  16.  *
  17.  *    @(#)Version.c    4.9 (Berkeley) 7/21/90
  18.  */
  19.  
  20. #ifndef lint
  21. char sccsid[] = "@(#)named 4.8.3 %WHEN% %WHOANDWHERE%\n";
  22. #endif /* not lint */
  23.  
  24. char Version[] = "named 4.8.3 %WHEN%\n\t%WHOANDWHERE%\n";
  25.  
  26. #ifdef COMMENT
  27.  
  28. SCCS/s.Version.c:
  29.  
  30. D 4.8.3    90/06/27 17:05:21    bloom    37    35    00031/00028/00079
  31. Version distributed with 4.3 Reno tape (June 1990)
  32.  
  33. D 4.8.2    89/09/18 13:57:11    bloom    35    34    00020/00014/00087
  34. Interim fixes release
  35.  
  36. D 4.8.1    89/02/08 17:12:15    karels    34    33    00026/00017/00075
  37. branch for 4.8.1
  38.  
  39. D 4.8    88/07/09 14:27:00       karels  33      28      00043/00031/00049
  40. 4.8 is here!
  41.  
  42. D 4.7    87/11/20 13:15:52    karels    25    24    00000/00000/00062
  43. 4.7.3 beta
  44.  
  45. D 4.6    87/07/21 12:15:52    karels    25    24    00000/00000/00062
  46. 4.6 declared stillborn
  47.  
  48. D 4.5    87/02/10 12:33:25    kjd    24    18    00000/00000/00062
  49. February 1987, Network Release. Child (bind) grows up, parent (kevin) leaves home.
  50.  
  51. D 4.4    86/10/01 10:06:26    kjd    18    12    00020/00017/00042
  52. October 1, 1986 Network Distribution
  53.  
  54. D 4.3    86/06/04 12:12:18    kjd    12    7    00015/00028/00044
  55. Version distributed with 4.3BSD
  56.  
  57. D 4.2    86/04/30 20:57:16    kjd    7    1    00056/00000/00016
  58. Network distribution Freeze and one more version until 4.3BSD
  59.  
  60. D 1.1    86/04/30 19:30:00    kjd    1    0    00016/00000/00000
  61. date and time created 86/04/30 19:30:00 by kjd
  62.  
  63. code versions:
  64.  
  65. Makefile
  66.     Makefile    4.14 (Berkeley) 2/28/88
  67. db.h
  68.     db.h    4.13 (Berkeley) 2/17/88
  69. db_dump.c
  70.     db_dump.c    4.20 (Berkeley) 2/17/88
  71. db_load.c
  72.     db_load.c    4.26 (Berkeley) 2/28/88
  73. db_lookup.c
  74.     db_lookup.c    4.14 (Berkeley) 2/17/88
  75. db_reload.c
  76.     db_reload.c    4.15 (Berkeley) 2/28/88
  77. db_save.c
  78.     db_save.c    4.13 (Berkeley) 2/17/88
  79. db_update.c
  80.     db_update.c    4.16 (Berkeley) 2/28/88
  81. ns_forw.c
  82.     ns_forw.c    4.26 (Berkeley) 3/28/88
  83. ns_init.c
  84.     ns_init.c    4.23 (Berkeley) 2/28/88
  85. ns_main.c
  86.      Copyright (c) 1986 Regents of the University of California.\n\
  87.     ns_main.c    4.30 (Berkeley) 3/7/88
  88. ns_maint.c
  89.     ns_maint.c    4.23 (Berkeley) 2/28/88
  90. ns_req.c
  91.     ns_req.c    4.32 (Berkeley) 3/31/88
  92. ns_resp.c
  93.     ns_resp.c    4.50 (Berkeley) 4/7/88
  94. ns_sort.c
  95.     ns_sort.c    4.3 (Berkeley) 2/17/88
  96. ns_stats.c
  97.     ns_stats.c    4.3 (Berkeley) 2/17/88
  98. newvers.sh
  99.     newvers.sh    4.4 (Berkeley) 3/28/88
  100.  
  101. #endif COMMENT
  102.