Created
April 18, 2011 15:23
-
-
Save dileks/925549 to your computer and use it in GitHub Desktop.
localversion-lll + CONFIG_LOCALVERSION_AUTO=y
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
| rom 72a672de14b87697e1e7acddbd3c34a655652eee Mon Sep 17 00:00:00 2001 | |
| From: Sedat Dilek <sedat.dilek@gmail.com> | |
| Date: Mon, 18 Apr 2011 17:20:35 +0200 | |
| Subject: [PATCH] Add localversion-lll file and adapt EXTRAVERSION | |
| --- | |
| Makefile | 2 +- | |
| localversion-lll | 1 + | |
| 2 files changed, 2 insertions(+), 1 deletions(-) | |
| create mode 100644 localversion-lll | |
| diff --git a/Makefile b/Makefile | |
| index 9dd6357..55d4c87 100644 | |
| --- a/Makefile | |
| +++ b/Makefile | |
| @@ -1,7 +1,7 @@ | |
| VERSION = 2 | |
| PATCHLEVEL = 6 | |
| SUBLEVEL = 38 | |
| -EXTRAVERSION = .2-lll | |
| +EXTRAVERSION = .2 | |
| NAME = Flesh-Eating Bats with Fangs | |
| # *DOCUMENTATION* | |
| diff --git a/localversion-lll b/localversion-lll | |
| new file mode 100644 | |
| index 0000000..2af7bf9 | |
| --- /dev/null | |
| +++ b/localversion-lll | |
| @@ -0,0 +1 @@ | |
| +-lll | |
| -- | |
| 1.7.4.4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment