File: version.c

package info (click to toggle)
pptp-linux 1.7.0-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 376 kB
  • ctags: 531
  • sloc: ansic: 3,172; makefile: 106
file content (8 lines) | stat: -rw-r--r-- 269 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
/* version.c ..... keep track of package version number. 
 *                 C. Scott Ananian <cananian@alumni.princeton.edu>
 *
 * $Id: version.c,v 1.3 2004/06/22 09:52:26 quozl Exp $
 */

#include "config.h"
const char * version = "pptp version " PPTP_LINUX_VERSION;