File: version.h

package info (click to toggle)
pptp-linux 1.9.0%2Bds-1
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 596 kB
  • ctags: 662
  • sloc: ansic: 3,667; makefile: 139; perl: 113
file content (10 lines) | stat: -rw-r--r-- 290 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
/* version.h ..... keep track of package version number. 
 *                 C. Scott Ananian <cananian@alumni.princeton.edu>
 *
 * $Id: version.h,v 1.1 2000/12/23 08:19:51 scott Exp $
 */

#ifndef INC_VERSION_H
#define INC_VERSION_H
extern const char * version;
#endif /* INC_VERSION_H */