X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=patchlevel.h;h=4099c48c7cb65c393a8ca51584776fb7221abbd2;hb=7137b2df58b6506ccae6efa9a13be467e87efc4f;hp=7da4a26690131b74d08c6143ccf872a64db89934;hpb=16b2d7f4ea7aa2e52c697bc7f623bf791725f42b;p=platform%2Fupstream%2Fbash.git diff --git a/patchlevel.h b/patchlevel.h index 7da4a26..4099c48 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 29 +#define PATCHLEVEL 8 #endif /* _PATCHLEVEL_H_ */