Created
April 14, 2011 15:26
-
-
Save dileks/919710 to your computer and use it in GitHub Desktop.
[PATCH] Add -pax to EXTRAVERSION
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| From 1dd895ecfe47c9175741d167959b1a5cab908f9e Mon Sep 17 00:00:00 2001 | |
| From: Sedat Dilek <[email protected]> | |
| Date: Thu, 14 Apr 2011 17:25:25 +0200 | |
| Subject: [PATCH] Add -pax to EXTRAVERSION | |
| Signed-off-by: Sedat Dilek <[email protected]> | |
| --- | |
| Makefile | 2 +- | |
| 1 files changed, 1 insertions(+), 1 deletions(-) | |
| diff --git a/Makefile b/Makefile | |
| index 55d4c87..04d4f02 100644 | |
| --- a/Makefile | |
| +++ b/Makefile | |
| @@ -1,7 +1,7 @@ | |
| VERSION = 2 | |
| PATCHLEVEL = 6 | |
| SUBLEVEL = 38 | |
| -EXTRAVERSION = .2 | |
| +EXTRAVERSION = .2-pax | |
| NAME = Flesh-Eating Bats with Fangs | |
| # *DOCUMENTATION* | |
| -- | |
| 1.7.4.4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment