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.h
blob
c0a3a9e7d673915cac87ee002d32ba856334fdbc
1
/* version.h ..... keep track of package version number.
2
* C. Scott Ananian <cananian@alumni.princeton.edu>
3
*
4
* $Id: version.h,v 1.1.1.1 2000/12/23 08:19:51 scott Exp $
5
*/
6
7
#ifndef INC_VERSION_H
8
#define INC_VERSION_H
9
extern
const char
*
version
;
10
#endif
/* INC_VERSION_H */