repo.or.cz
/
tomato
/
davidwu.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Correct PPTP server firewall rules chain.
[tomato/davidwu.git]
/
release
/
src
/
router
/
pptp-client
/
version.c
blob
7fc02ead7ee890a866a339ab70d842eadf294548
1
/* version.c ..... keep track of package version number.
2
* C. Scott Ananian <cananian@alumni.princeton.edu>
3
*
4
* $Id: version.c,v 1.3 2004/06/22 09:52:26 quozl Exp $
5
*/
6
7
#include
"config.h"
8
const char
*
version
=
"pptp version "
PPTP_LINUX_VERSION
;