home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1999 mARCH / PCWK3A99.iso / Linux / DDD331 / DDD-3_1_.000 / DDD-3_1_ / ddd-3.1.1 / ddd / vr.h.in < prev    next >
Text File  |  1998-11-15  |  2KB  |  56 lines

  1. // $Id: vr.h.in,v 1.9 1998/11/15 13:03:13 zeller Exp $ -*- C++ -*-
  2. // DDD version and version number
  3. // @configure_input@
  4.  
  5. // Copyright (C) 1995 Technische Universitaet Braunschweig, Germany.
  6. // Written by Andreas Zeller <zeller@ips.cs.tu-bs.de>.
  7. // 
  8. // This file is part of DDD.
  9. // 
  10. // DDD is free software; you can redistribute it and/or
  11. // modify it under the terms of the GNU General Public
  12. // License as published by the Free Software Foundation; either
  13. // version 2 of the License, or (at your option) any later version.
  14. // 
  15. // DDD is distributed in the hope that it will be useful,
  16. // but WITHOUT ANY WARRANTY; without even the implied warranty of
  17. // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  18. // See the GNU General Public License for more details.
  19. // 
  20. // You should have received a copy of the GNU General Public
  21. // License along with DDD -- see the file COPYING.
  22. // If not, write to the Free Software Foundation, Inc.,
  23. // 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  24. // 
  25. // DDD is the data display debugger.
  26. // For details, see the DDD World-Wide-Web page, 
  27. // `http://www.cs.tu-bs.de/softech/ddd/',
  28. // or send a mail to the DDD developers <ddd@ips.cs.tu-bs.de>.
  29.  
  30. #ifndef _DDD_version_h
  31. #define _DDD_version_h
  32.  
  33. // NOTE: This is not the place where names and version numbers are stored!
  34. // To change the name or the version number, see `configure.in'.
  35.  
  36. // The product name.
  37. #define ddd_NAME     "@ddd@"
  38. #define Ddd_NAME     "@Ddd@"
  39. #define DDD_NAME     "@DDD@"
  40.  
  41. // The product version, as `MAJOR-NUMBER.MINOR-NUMBER[.PATCHLEVEL]'.
  42. // A version in the form `YYYY-MM-DD' is a release-of-the-day, i.e. a
  43. // snapshot of the current development tree.
  44. #define DDD_VERSION  "@VERSION@"
  45.  
  46. // The product expiration date, in ISO 8601 YYYY-MM-DD format.  After
  47. // this date, users are requested to update the product.  An empty
  48. // expiration date means no expiration.
  49. #define DDD_EXPIRES  "@EXPIRES@"
  50.  
  51. // The nickname of this version.
  52. #define DDD_NICKNAME "@NICKNAME@"
  53.  
  54. #endif // _DDD_version_h
  55. // DON'T ADD ANYTHING BEHIND THIS #endif
  56.