1*40934732Smillert /* $OpenBSD: version.h,v 1.6 2003/05/14 01:34:35 millert Exp $ */ 2b0f9517bSmillert 3fdd8ad51Sdm /* 4fdd8ad51Sdm * Copyright (c) 1983 Regents of the University of California. 5fdd8ad51Sdm * All rights reserved. 6fdd8ad51Sdm * 7fdd8ad51Sdm * Redistribution and use in source and binary forms, with or without 8fdd8ad51Sdm * modification, are permitted provided that the following conditions 9fdd8ad51Sdm * are met: 10fdd8ad51Sdm * 1. Redistributions of source code must retain the above copyright 11fdd8ad51Sdm * notice, this list of conditions and the following disclaimer. 12fdd8ad51Sdm * 2. Redistributions in binary form must reproduce the above copyright 13fdd8ad51Sdm * notice, this list of conditions and the following disclaimer in the 14fdd8ad51Sdm * documentation and/or other materials provided with the distribution. 15fdd8ad51Sdm * 3. All advertising materials mentioning features or use of this software 16fdd8ad51Sdm * must display the following acknowledgement: 17fdd8ad51Sdm * This product includes software developed by the University of 18fdd8ad51Sdm * California, Berkeley and its contributors. 19fdd8ad51Sdm * 4. Neither the name of the University nor the names of its contributors 20fdd8ad51Sdm * may be used to endorse or promote products derived from this software 21fdd8ad51Sdm * without specific prior written permission. 22fdd8ad51Sdm * 23fdd8ad51Sdm * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 24fdd8ad51Sdm * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 25fdd8ad51Sdm * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 26fdd8ad51Sdm * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 27fdd8ad51Sdm * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 28fdd8ad51Sdm * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 29fdd8ad51Sdm * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 30fdd8ad51Sdm * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 31fdd8ad51Sdm * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 32fdd8ad51Sdm * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 33fdd8ad51Sdm * SUCH DAMAGE. 34fdd8ad51Sdm */ 35fdd8ad51Sdm 36fdd8ad51Sdm /* 37*40934732Smillert * $From: version.h,v 1.2 1999/11/01 00:19:36 christos Exp $ 38fdd8ad51Sdm */ 39fdd8ad51Sdm 40fdd8ad51Sdm /* 41fdd8ad51Sdm * The rdist protocol version number. This should be changed 42fdd8ad51Sdm * whenever the protocol changes. 43fdd8ad51Sdm */ 44fdd8ad51Sdm #define VERSION 6 45fdd8ad51Sdm 46fdd8ad51Sdm /* 47fdd8ad51Sdm * Distribution version. The major distribution number should match 48fdd8ad51Sdm * the protocol version number (VERSION) defined above. 49*40934732Smillert * This is not true anymore for freerdist 50fdd8ad51Sdm */ 51*40934732Smillert #define DISTVERSION "0.92" 52fdd8ad51Sdm 53fdd8ad51Sdm /* 54fdd8ad51Sdm * Patch level 55fdd8ad51Sdm */ 56*40934732Smillert #define PATCHLEVEL 0 57fdd8ad51Sdm 58fdd8ad51Sdm /* 59fdd8ad51Sdm * Distribution status 60fdd8ad51Sdm */ 61*40934732Smillert #define DISTSTATUS "BETA" 62