1#! /bin/sh
2
3# groffer - display groff files
4
5# Source file position: <groff-source>/contrib/groffer/version.sh
6# Installed position: <prefix>/lib/groff/groffer/version.sh
7
8# Copyright (C) 2001-2018 Free Software Foundation, Inc.
9# Written by Bernd Warken <groff-bernd.warken-72@web.de>.
10
11# This file is part of 'groffer', which is part of 'groff'.
12
13# 'groff' is free software; you can redistribute it and/or modify it
14# under the terms of the GNU General Public License as published by
15# the Free Software Foundation, either version 2 of the License, or
16# (at your option) any later version.
17
18# 'groff' is distributed in the hope that it will be useful, but
19# WITHOUT ANY WARRANTY; without even the implied warranty of
20# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
21# General Public License for more details.
22
23# You should have received a copy of the GNU General Public License
24# along with this program.  If not, see <http://www.gnu.org/licenses/>.
25
26########################################################################
27
28export _PROGRAM_VERSION;
29_PROGRAM_VERSION='2.3.0';
30
31# this setting of the groff version is only used before make is run,
32# otherwise @VERSION@ will set it, see groffer.sh.
33export _GROFF_VERSION_PRESET;
34_GROFF_VERSION_PRESET='1.22.4';
35