1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45
|
# versions -- This file specifies various version numbers for lyskomd.
# $Id: versions,v 1.30 2003/08/29 11:14:11 ceder Exp $
# Copyright (C) 1994-1997, 1999-2003 Lysator Academic Computer Association.
#
# This file is part of the LysKOM server.
#
# LysKOM is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 1, or (at your option)
# any later version.
#
# LysKOM is distributed in the hope that it will be useful, but WITHOUT
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
# for more details.
#
# You should have received a copy of the GNU General Public License
# along with LysKOM; see the file COPYING. If not, write to
# Lysator, c/o ISY, Linkoping University, S-581 83 Linkoping, SWEDEN,
# or the Free Software Foundation, Inc., 675 Mass Ave, Cambridge,
# MA 02139, USA.
#
# Please report bugs at http://bugzilla.lysator.liu.se/.
# Be careful when editing this file. This file is used by rules in
# ./Makefile.src and ./src/server/Makefile.src. The '#' character
# does currently *not* introduce comments, it only looks that way.
# Version of prot-A.txt that this server implements:
PROTOCOL-A-LEVEL: 11
# Name of the LysKOM server software:
SERVER-SOFTWARE: lyskomd
# Version of the LysKOM server software. This can be any string. If
# you make an unofficial distribution, *please* change this to
# something unique! Suggestion: suffix it with your initials,
# e.g. 1.7.0.ppp.1
SERVER-VERSION: 2.1.2
# Old clients don't know how to get the version number as a string, so
# they are stuck with this old-format integer version number. This
# should be 10000*x+100*y+z (if the version number is written on x.y.z
# form).
SERVER-COMPAT-VERSION: 20102
|