File: version.c

package info (click to toggle)
lookup 1.08b-5
  • links: PTS
  • area: contrib
  • in suites: woody
  • size: 1,108 kB
  • ctags: 1,305
  • sloc: ansic: 12,634; makefile: 236; perl: 174; sh: 53
file content (16 lines) | stat: -rw-r--r-- 551 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 * Jeffrey Friedl
 * Omron Corporation			ʳ
 * Nagaokakyoshi, Japan			617Ĺ
 *
 * jfriedl@nff.ncl.omron.co.jp
 *
 * This work is placed under the terms of the GNU General Purpose License
 * (the "GNU Copyleft").
 */
#define PATCHLEVEL 7 /* patchlevel off the major version number */
const char version_string[] = "Version 1.08beta";
const char version_date  [] = "July 19, 1996";
const char compile_date  [] =  __DATE__;
const char author_name   [] = "Jeffrey Friedl";
const char contact_addr  [] = "jfriedl@omron.co.jp";