summaryrefslogtreecommitdiff
path: root/usr.bin/less/version.c
blob: ea14afe64808f9b8a540295d8627e6eb60fdf1bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 * Copyright (C) 1984-2012  Mark Nudelman
 * Modified for use with illumos by Garrett D'Amore.
 * Copyright 2014 Garrett D'Amore <garrett@damore.org>
 *
 * You may distribute under the terms of either the GNU General Public
 * License or the Less License, as specified in the README file.
 *
 * For more information, see the README file.
 */

/*
 * This records the base version, plus our own details.
 */
char version[] = "(OpenBSD)";