diff --git a/doc/Makefile b/doc/Makefile index a3199c3f1baef1b478c713df75de374df76ebc07..788ce391267192e81331fefe02d6503e67799e93 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 1d8f53d37c1e0ff73132c54908f1b0da28a79194..3c80b2200d4093e0b179001a9b1d7db088f8c728 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 fcce47e18cba8f54dceb42b67d14eccb2df1129f..0c13165fadf152ae254bc8c468ed154532544460 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