File: version.c

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 (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;