From 70ea495e076322fa14e97e9d1bee50d08816a094 Mon Sep 17 00:00:00 2001
From: Martin Nilsson <mani@lysator.liu.se>
Date: Fri, 22 Jul 2005 22:26:27 +0200
Subject: [PATCH] New release year

Rev: bin/install.pike:1.160
Rev: bin/unbug:1.23
Rev: lib/master.pike.in:1.377
---
 bin/install.pike   | 4 ++--
 bin/unbug          | 4 ++--
 lib/master.pike.in | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/bin/install.pike b/bin/install.pike
index e85a16a6e6..fde336bfb6 100644
--- a/bin/install.pike
+++ b/bin/install.pike
@@ -2,7 +2,7 @@
 
 // Pike installer and exporter.
 //
-// $Id: install.pike,v 1.159 2005/07/20 08:57:51 grubba Exp $
+// $Id: install.pike,v 1.160 2005/07/22 20:26:27 nilsson Exp $
 
 #define USE_GTK
 
@@ -1444,7 +1444,7 @@ do
     case \"$1\" in
               -v|\\
        --version) echo \""+version()+
-#" Copyright (C) 1994-2004 IDA, Link�ping University
+#" Copyright (C) 1994-2005 IDA, Link�ping University
 Pike comes with ABSOLUTELY NO WARRANTY; This is free software and you
 are welcome to redistribute it under certain conditions; Read the
 files COPYING and COPYRIGHT in the Pike distribution for more details.
diff --git a/bin/unbug b/bin/unbug
index fc020e3e0a..63c122a8a1 100644
--- a/bin/unbug
+++ b/bin/unbug
@@ -3127,9 +3127,9 @@ string find_in_path(string cmd)
 
 int main(int argc, array(string) argv)
 {
-  write(#"UNBUG $Id: unbug,v 1.22 2004/07/01 11:24:55 nilsson Exp $
+  write(#"UNBUG $Id: unbug,v 1.23 2005/07/22 20:26:27 nilsson Exp $
 Copyright 2001-2002, Roxen Internet Software AB.
-Copyright 2002-2004, Department of Computer and Information Science,
+Copyright 2002-2005, Department of Computer and Information Science,
                      Link�ping University
 UNBUG is free software, covered by the GNU General Public License, and you are
 welcome to change it and/or distribute copies of it under certain conditions.
diff --git a/lib/master.pike.in b/lib/master.pike.in
index 9f41f5b1e0..e2b329bd7c 100644
--- a/lib/master.pike.in
+++ b/lib/master.pike.in
@@ -6,7 +6,7 @@
 // Pike is distributed under GPL, LGPL and MPL. See the file COPYING
 // for more information.
 //
-// $Id: master.pike.in,v 1.376 2005/07/13 09:25:26 grubba Exp $
+// $Id: master.pike.in,v 1.377 2005/07/22 20:26:09 nilsson Exp $
 
 #pike __REAL_VERSION__
 //#pragma strict_types
@@ -2540,7 +2540,7 @@ void _main(array(string) orig_argv, array(string) env)
 	exit(0);
 
       case "version":
-	werror(version() + " Copyright � 1994-2004 Link�ping University\n"
+	werror(version() + " Copyright � 1994-2005 Link�ping University\n"
 	       "Pike comes with ABSOLUTELY NO WARRANTY; This is free software and you are\n"
 	       "welcome to redistribute it under certain conditions; Read the files\n"
 	       "COPYING and COPYRIGHT in the Pike distribution for more details.\n");
-- 
GitLab