From 317e437b9a9bdd42881a440af40c2b8595c41428 Mon Sep 17 00:00:00 2001 From: Per Cederqvist <ceder@lysator.liu.se> Date: Sat, 21 Sep 1991 13:12:15 +0000 Subject: [PATCH] Go 1.0.2. --- ChangeLog | 2 ++ Makefile | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 191e52a46..cfe5695f6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ Sat Sep 21 03:23:30 1991 Per Cederqvist (ceder at lysator) + * Makefile: Server version is 1.0.2. + * run-support/updateLysKOM: lyskomd, not ramkomd! * Makefile (distribution): Copy the man pages to doc/man, not diff --git a/Makefile b/Makefile index 8e5f3304e..d8c1b9112 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 0.30 1991/09/21 03:03:12 ceder Exp $ +# $Id: Makefile,v 0.31 1991/09/21 13:12:14 ceder Exp $ # Copyright (C) 1991 Lysator Academic Computer Association. # # This file is part of the LysKOM server. @@ -28,7 +28,7 @@ SCRIPTDIR = $(TOPDIR)/scripts include $(SCRIPTDIR)/import.make SUBDIRS = doc junk scripts src config -SERVER-VER = 1.0.1 +SERVER-VER = 1.0.2 all: msg includes libraries binaries end-msg -- GitLab