Unidiff1 files changed, 1 insertions, 1 deletions
|
diff --git a/Makefile b/Makefile index 141da26..0b9c763 100644 --- a/ Makefile+++ b/ Makefile |
|
| @@ -1,10 +1,10 @@ |
| 1 | VERSION = 2 |
1 | VERSION = 2 |
| 2 | PATCHLEVEL = 6 |
2 | PATCHLEVEL = 6 |
| 3 | SUBLEVEL = 35 |
3 | SUBLEVEL = 35 |
| 4 | EXTRAVERSION = |
4 | EXTRAVERSION = .1 |
| 5 | NAME = Sheep on Meth |
5 | NAME = Sheep on Meth |
| 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 |
| 10 | # Comments in this file are targeted only to the developer, do not |
10 | # Comments in this file are targeted only to the developer, do not |
|