1 files changed, 1 insertions, 1 deletions
|
diff --git a/Makefile b/Makefile index d45e887..c8e187e 100644 --- a/ Makefile+++ b/ Makefile |
|
| @@ -1,9 +1,9 @@ |
| 1 | VERSION = 3 |
1 | VERSION = 3 |
| 2 | PATCHLEVEL = 2 |
2 | PATCHLEVEL = 2 |
| 3 | SUBLEVEL = 3 |
3 | SUBLEVEL = 4 |
| 4 | EXTRAVERSION = |
4 | EXTRAVERSION = |
| 5 | NAME = Saber-toothed Squirrel |
5 | NAME = Saber-toothed Squirrel |
| 6 | |
6 | |
| 7 | # *DOCUMENTATION* |
7 | # *DOCUMENTATION* |
| 8 | # To see a list of typical targets execute "make help" |
8 | # To see a list of typical targets execute "make help" |
| 9 | # More info can be located in ./README |
9 | # More info can be located in ./README |
|