include/linux/version.h

From: Stefan J. Betz (stefan_betz_at_gmx.net)
Date: 12/02/03

  • Next message: Jan-Benedict Glaw: "Re: Linux 2.4 future"
    Date:	Tue, 2 Dec 2003 19:35:22 +0100
    To: linux-kernel@vger.kernel.org
    
    

    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...
    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    More majordomo info at http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at http://www.tux.org/lkml/


  • Next message: Jan-Benedict Glaw: "Re: Linux 2.4 future"

    Relevant Pages

    • Re: i18n for kernel 2.7.x?
      ... > WEB PAGE of the kernel? ... As far as translating the COPYING file, I think you need to see what the FSF ... (Bottom line - English is canonical, and the others are basically considered ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Re: Question on atomic_inc/dec
      ... >> use directly the kernel stuff unless you are coding kernel stuff. ... > Is there any reason NOT to use the atomic ops in user-space? ... send the line "unsubscribe linux-kernel" in ... Please read the FAQ at http://www.tux.org/lkml/ ...
      (Linux-Kernel)
    • Kernel 2.6.0-test9 Zombie Issue
      ... Zombies for any short lived processes. ... kernel. ... Is this something in the FAQ? ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • ps2 mouse
      ... I compiled 2.6.1 kernel on my computer and the behavior of my mouse is ... I have read also the FAQ about problems in input subsystem for 2.6, ... send the line "unsubscribe linux-kernel" in ... Please read the FAQ at http://www.tux.org/lkml/ ...
      (Linux-Kernel)
    • [bernie@develer.com: Kernel 2.6 size increase]
      ... code bloat can be very harmful on embedded targets, ... kernel configuration for ColdFire: ... send the line "unsubscribe linux-kernel" in ... Please read the FAQ at http://www.tux.org/lkml/ ...
      (Linux-Kernel)