lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Mon, 15 Oct 2012 16:43:27 -0500
From:	Larry Finger <Larry.Finger@...inger.net>
To:	torvalds@...ux-foundation.org
Cc:	linux-kernel@...r.kernel.org
Subject: [PATCH] include/version.h: Update for kernel 3.7

The value for LINUX_VERSION_CODE was not updated for kernel 3.7-rc1.

Signed-off-by: Larry Finger <Larry.Finger@...inger.net>
---
 version.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---

Index: linux-2.6/include/linux/version.h
===================================================================
--- linux-2.6.orig/include/linux/version.h
+++ linux-2.6/include/linux/version.h
@@ -1,2 +1,2 @@
-#define LINUX_VERSION_CODE 198144
+#define LINUX_VERSION_CODE 198400
 #define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ