From eb53fb2b146dbebda1c82f5eb7ab0b1abb3159df Mon Sep 17 00:00:00 2001 From: David Byers <david.byers@liu.se> Date: Sun, 23 Jan 2005 17:24:28 +0000 Subject: [PATCH] =?UTF-8?q?Synkning=20inf=C3=B6r=20release=20av=200.48?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc/Makefile | 2 +- src/ChangeLog | 4 ++++ src/Makefile | 4 ++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/doc/Makefile b/doc/Makefile index a3199c3f..788ce391 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -22,7 +22,7 @@ # # Please mail bug reports to bug-lyskom@lysator.liu.se. -CLIENTVERSION = 0.47.1 +CLIENTVERSION = 0.48 SHELL = /bin/sh RM = rm -f diff --git a/src/ChangeLog b/src/ChangeLog index 1d8f53d3..3c80b220 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2005-01-23 David Byers <byers@lysator.liu.se> + + * Release of 0.48. + 2005-01-23 David Byers <byers@lysator.liu.se> * utilities.el (lyskom-check-configuration): Don't print a warning diff --git a/src/Makefile b/src/Makefile index fcce47e1..0c13165f 100644 --- a/src/Makefile +++ b/src/Makefile @@ -36,7 +36,7 @@ # Version of the client. # # Also remember to change version number in ../doc/Makefile! -CLIENTVERSION = 0.47.1 +CLIENTVERSION = 0.48 ###################################################################### @@ -47,7 +47,7 @@ EMACS = xemacs LANGUAGES = swedish english # These files are included in all distribution archives. -DOCFILES = ../doc/NEWS-0.47 ../doc/NEWS-0.47.1 +DOCFILES = ../doc/NEWS-$(CLIENTVERSION) # Default target. TARGET = lyskom.elc -- GitLab