X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=patchlevel.h;h=535a291d8d22bb6440f5dadb1eb192c3123e6a78;hb=836a17be08ee0696b89367ab1aa27d0be87169ed;hp=4f922469ec15d996aafd58dbab82180bb496fcc7;hpb=6c19148d3350504ff170ca6fabc9b120ad3f3378;p=platform%2Fupstream%2Fbash.git diff --git a/patchlevel.h b/patchlevel.h index 4f92246..535a291 100644 --- a/patchlevel.h +++ b/patchlevel.h @@ -1,6 +1,6 @@ /* patchlevel.h -- current bash patch level */ -/* Copyright (C) 2001-2010 Free Software Foundation, Inc. +/* Copyright (C) 2001-2012 Free Software Foundation, Inc. This file is part of GNU Bash, the Bourne Again SHell. @@ -25,6 +25,6 @@ regexp `^#define[ ]*PATCHLEVEL', since that's what support/mkversion.sh looks for to find the patch level (for the sccs version string). */ -#define PATCHLEVEL 24 +#define PATCHLEVEL 26 #endif /* _PATCHLEVEL_H_ */