From 3bd6eba21d545ab4bd739a05f826eae3e470f146 Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Thu, 10 Feb 2005 23:01:59 +0000 Subject: [PATCH] - Bump up release number. --- gdb.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gdb.spec b/gdb.spec index 8e8edd8..e2e0158 100644 --- a/gdb.spec +++ b/gdb.spec @@ -11,7 +11,7 @@ Name: gdb Version: 6.3.0.0 # The release always contains a leading reserved number, start it at 0. -Release: 0.18 +Release: 0.20 License: GPL Group: Development/Debuggers @@ -418,6 +418,9 @@ fi # don't include the files in include, they are part of binutils %changelog +* Thu Feb 10 2005 Jeff Johnston 6.3.0.0-0.20 +- Bump up release number. + * Tue Feb 08 2005 Jeff Johnston 6.3.0.0-0.18 - Modify previous gcore patch to not use linux_proc_xfer_memory even for main thread.