1 files changed, 1 insertions, 1 deletions
|
diff --git a/Makefile b/Makefile index 1fa7e53..e5315e6 100644 --- a/ Makefile+++ b/ Makefile |
|
| @@ -1,10 +1,10 @@ |
| 1 | VERSION = 2 |
1 | VERSION = 2 |
| 2 | PATCHLEVEL = 6 |
2 | PATCHLEVEL = 6 |
| 3 | SUBLEVEL = 14 |
3 | SUBLEVEL = 14 |
| 4 | EXTRAVERSION = |
4 | EXTRAVERSION = .1 |
| 5 | NAME=Affluent Albatross |
5 | NAME=Affluent Albatross |
| 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 |
|