File: revision.h

package info (click to toggle)
klibc 2.0.6-1%2Bdeb10u1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 5,376 kB
  • sloc: ansic: 48,424; asm: 2,539; perl: 789; makefile: 231; sh: 160
file content (11 lines) | stat: -rw-r--r-- 368 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
10
11
/* revision.h -- define the version number
 * Copyright (C) 1992-1993 Jean-loup Gailly.
 * This is free software; you can redistribute it and/or modify it under the
 * terms of the GNU General Public License, see the file COPYING.
 */

#define VERSION "1.2.4"
#define PATCHLEVEL 0
#define REVDATE "18 Aug 93"

/* $Id: revision.h,v 1.1 2002/08/18 00:59:21 hpa Exp $ */