X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=patchlevel.h;h=36672cb3babe221e87fd41eb87cd188c854032d9;hb=85b94814db40fa40856fb80c18f0dcbf62a75a75;hp=e7410c4242cca64f4fda285e93b67272445338f2;hpb=7aaa661d31d0a6b12f5efab1f2b9d1729efca308;p=platform%2Fupstream%2Fbash.git diff --git a/patchlevel.h b/patchlevel.h index e7410c4..36672cb 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 9 +#define PATCHLEVEL 23 #endif /* _PATCHLEVEL_H_ */