https://github.com/torvalds/linux
Revision 920e37f76b19b4a3d8a1a3144cd6ee24e0e7f5b4 authored by Matt Carlson on 02 May 2008, 23:49:50 UTC, committed by David S. Miller on 02 May 2008, 23:49:50 UTC
This patch updates the version number to 3.92.

Signed-off-by: Matt Carlson <mcarlson@broadcom.com>
Signed-off-by: Michael Chan <mchan@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent 7c5026a
Raw File
Tip revision: 920e37f76b19b4a3d8a1a3144cd6ee24e0e7f5b4 authored by Matt Carlson on 02 May 2008, 23:49:50 UTC
tg3: Update version to 3.92
Tip revision: 920e37f
.gitignore
#
# NOTE! Don't add files that are generated in specific
# subdirectories here. Add them in the ".gitignore" file
# in that subdirectory instead.
#
# Normal rules
#
.*
*.o
*.o.*
*.a
*.s
*.ko
*.so
*.so.dbg
*.mod.c
*.i
*.lst
*.symtypes
*.order

#
# Top-level generic files
#
tags
TAGS
vmlinux*
!vmlinux.lds.S
System.map
Module.markers
Module.symvers
!.gitignore

#
# Generated include files
#
include/asm
include/asm-*/asm-offsets.h
include/config
include/linux/autoconf.h
include/linux/compile.h
include/linux/version.h
include/linux/utsrelease.h
include/linux/bounds.h

# stgit generated dirs
patches-*

# quilt's files
patches
series

# cscope files
cscope.*

*.orig
*.rej
*~
\#*#
back to top