diff options
| author | 2006-11-29 13:57:37 -0800 | |
|---|---|---|
| committer | 2006-11-29 13:57:37 -0800 | |
| commit | 0215ffb08ce99e2bb59eca114a99499a4d06e704 (patch) | |
| tree | 20226f3dfee26bfc00c8342de4dd5e6d2682ce08 | |
| parent | [PATCH] r8169: Fix iteration variable sign (diff) | |
| download | wireguard-linux-0215ffb08ce99e2bb59eca114a99499a4d06e704.tar.xz wireguard-linux-0215ffb08ce99e2bb59eca114a99499a4d06e704.zip  | |
Linux 2.6.19
It's all good.
| -rw-r--r-- | Makefile | 2 | 
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@  VERSION = 2  PATCHLEVEL = 6  SUBLEVEL = 19 -EXTRAVERSION =-rc6 +EXTRAVERSION =  NAME=Avast! A bilge rat!  # *DOCUMENTATION*  | 
