BSD 4_3_Net_2 development
authorCSRG <csrg@ucbvax.Berkeley.EDU>
Wed, 7 Feb 1990 15:13:31 +0000 (07:13 -0800)
committerCSRG <csrg@ucbvax.Berkeley.EDU>
Wed, 7 Feb 1990 15:13:31 +0000 (07:13 -0800)
Work on file usr/src/usr.bin/gdb/version.c

Synthesized-from: CSRG/cd2/net.2

usr/src/usr.bin/gdb/version.c [new file with mode: 0644]

diff --git a/usr/src/usr.bin/gdb/version.c b/usr/src/usr.bin/gdb/version.c
new file mode 100644 (file)
index 0000000..2f3dd85
--- /dev/null
@@ -0,0 +1,20 @@
+/* Define the current version number of GDB.
+   Copyright (C) 1989, Free Software Foundation, Inc.
+
+This file is part of GDB.
+
+GDB is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 1, or (at your option)
+any later version.
+
+GDB is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with GDB; see the file COPYING.  If not, write to
+the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
+
+char *version = "3.5";