linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Stefan J. Betz" <stefan_betz@gmx.net>
To: linux-kernel@vger.kernel.org
Subject: include/linux/version.h
Date: Tue, 2 Dec 2003 19:35:22 +0100	[thread overview]
Message-ID: <S263281AbTLBSis/20031202183848Z+2508@vger.kernel.org> (raw)

Hello People,

i have found some wrong thing in include/linux/version.h
On my System i have Kernel 2.6.0-test10 & 2.6.0-test11, but in
include/linux/version.h i see:
#define UTS_RELEASE "2.6.0-test9"

correct where:
#definde UTS_RELEASE "2.6.0-test11" (for Linux Kernel 2.6.0-test11)...

Here is a little "patch":

diff -Nru linux-2.6.0-test11/include/linux/version.h linux-2.6.0-test11-fixed/include/linux/version.h
--- linux-2.6.0-test11/include/linux/version.h	Tue Dec  2 19:21:22 2003
+++ linux-2.6.0-test11-fixed/include/linux/version.h	Tue Dec  2 19:22:06 2003
@@ -1,3 +1,3 @@
-#define UTS_RELEASE "2.6.0-test9"
+#define UTS_RELEASE "2.6.0-test11"
 #define LINUX_VERSION_CODE 132608
 #define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))

I know that this is not a very usefull fix, but i think 2.6.0 should be
BugFree (TM) :-)

Greeting Betz Stefan

I know that my english is not realy good, but any tipp how i can learn
better english is welcome...

             reply	other threads:[~2003-12-02 18:38 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-12-02 18:35 Stefan J. Betz [this message]
2003-12-02 19:12 ` include/linux/version.h Gene Heskett
2003-12-02 19:48 ` include/linux/version.h Diego Calleja García
2003-12-02 20:00 ` include/linux/version.h Michael Buesch
     [not found] ` <Pine.LNX.4.58.0312021447160.896@morpheus>
2003-12-02 20:38   ` include/linux/version.h Stefan J. Betz

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=S263281AbTLBSis/20031202183848Z+2508@vger.kernel.org \
    --to=stefan_betz@gmx.net \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).