X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=patchlevel.h;h=3ef48b5ac5c8c6effddcbde8ca5a92b5440d3c69;hb=98043138fc04542cf96d54c778949aa92cd505bd;hp=233b2c197f030d2dc4b48427df5f5fc97c4d5a48;hpb=89a92869e56aba4e4cab2d639c00a86f0545c862;p=platform%2Fupstream%2Fbash.git diff --git a/patchlevel.h b/patchlevel.h index 233b2c1..3ef48b5 100644 --- a/patchlevel.h +++ b/patchlevel.h @@ -1,6 +1,6 @@ /* patchlevel.h -- current bash patch level */ -/* Copyright (C) 2001-2009 Free Software Foundation, Inc. +/* Copyright (C) 2001-2010 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 38 +#define PATCHLEVEL 23 #endif /* _PATCHLEVEL_H_ */