repo.or.cz
/
tomato.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Tomato 1.28
[tomato.git]
/
release
/
src
/
router
/
pptp-client
/
version.c
blob
1852a27bea7af7ef0cb6eaa6c8da192d606fd176
1
/* version.c ..... keep track of package version number.
2
* C. Scott Ananian <cananian@alumni.princeton.edu>
3
*
4
* $Id: version.c,v 1.1.1.1 2002/07/25 06:52:39 honor Exp $
5
*/
6
7
#include
"config.h"
8
const char
*
version
=
"pptp-linux version "
PPTP_LINUX_VERSION
;