summaryrefslogtreecommitdiffstats
path: root/contrib/tcsh/patchlevel.h
diff options
context:
space:
mode:
authordchagin <dchagin@FreeBSD.org>2017-04-15 11:13:11 +0000
committerdchagin <dchagin@FreeBSD.org>2017-04-15 11:13:11 +0000
commit9878fb1e0f314058f4c30cc4c77722f00e17188a (patch)
tree2f0dd759511c9fea5ee93d228684a99622ed5e8e /contrib/tcsh/patchlevel.h
parent21382a2b98c257da842adc1f651f3e207dd235af (diff)
downloadFreeBSD-src-9878fb1e0f314058f4c30cc4c77722f00e17188a.zip
FreeBSD-src-9878fb1e0f314058f4c30cc4c77722f00e17188a.tar.gz
MFC r315948:
Update tcsh to 6.20.00 MFC r315952: Update tcsh to vendor git b605cb561d Vendor changes: 1. PR/471: Daiki Ueno: Delay interpreting arginp until we've processed our startup files (which can change the NLS environment). 2. Fix type of read in prompt confirmation (eg. rmstar) (David Kaspar). 3. Fix out of bounds read (Brooks Davis) (reproduce by starting tcsh and hitting tab at the prompt). 4. Don't play pointer tricks that are undefined in modern c (Brooks Davis).
Diffstat (limited to 'contrib/tcsh/patchlevel.h')
-rw-r--r--contrib/tcsh/patchlevel.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/contrib/tcsh/patchlevel.h b/contrib/tcsh/patchlevel.h
index 53009aa..daf5281 100644
--- a/contrib/tcsh/patchlevel.h
+++ b/contrib/tcsh/patchlevel.h
@@ -1,4 +1,4 @@
-/* $Header: /p/tcsh/cvsroot/tcsh/patchlevel.h,v 3.180 2012/02/13 16:33:50 christos Exp $ */
+/* $Header: /p/tcsh/cvsroot/tcsh/patchlevel.h,v 3.187 2016/11/24 15:04:52 christos Exp $ */
/*
* patchlevel.h: Our life story.
*/
@@ -7,8 +7,8 @@
#define ORIGIN "Astron"
#define REV 6
-#define VERS 18
-#define PATCHLEVEL 1
-#define DATE "2012-02-14"
+#define VERS 20
+#define PATCHLEVEL 00
+#define DATE "2016-11-24"
#endif /* _h_patchlevel */
OpenPOWER on IntegriCloud