Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1429744 > unrolled thread
| Started by | John Kacur <jkacur@redhat.com> |
|---|---|
| First post | 2016-06-23 14:20 +0200 |
| Last post | 2016-06-23 14:20 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
[PATCH 1/3] rt-tests: Makefile, change version to 1.1 John Kacur <jkacur@redhat.com> - 2016-06-23 14:20 +0200
| From | John Kacur <jkacur@redhat.com> |
|---|---|
| Date | 2016-06-23 14:20 +0200 |
| Subject | [PATCH 1/3] rt-tests: Makefile, change version to 1.1 |
| Message-ID | <rNbLX-1pt-19@gated-at.bofh.it> |
Rethinking the naming scheme, so changing the development line from 2.0 to 1.1 Signed-off-by: John Kacur <jkacur@redhat.com> --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a54d82bd8964..d60282e05931 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION = 2.0 +VERSION = 1.1 CC?=$(CROSS_COMPILE)gcc AR?=$(CROSS_COMPILE)ar -- 2.4.11
Back to top | Article view | linux.kernel
csiph-web