diff --git a/gdb/configure b/gdb/configure index 6ad580b..b6d28e9 100755 --- a/gdb/configure +++ b/gdb/configure @@ -1615,7 +1615,7 @@ Optional Packages: --with-libunwind-ia64 use libunwind frame unwinding for ia64 targets --with-curses use the curses library instead of the termcap library - --with-pkgversion=PKG Use PKG in the version string in place of "GDB" + --with-pkgversion=PKG Use PKG in the version string in place of "gdb-msvc" --with-bugurl=URL Direct users to URL to report a bug --with-system-zlib use installed libz --with-gnu-ld assume the C compiler uses GNU ld default=no @@ -7075,7 +7075,7 @@ if test "${with_pkgversion+set}" = set; then : *) PKGVERSION="($withval) " ;; esac else - PKGVERSION="(GDB) " + PKGVERSION="(gdb-msvc) " fi diff --git a/gdb/configure.ac b/gdb/configure.ac index e55e08d..2c0d49f 100644 --- a/gdb/configure.ac +++ b/gdb/configure.ac @@ -429,7 +429,7 @@ AC_ARG_ENABLE([codesign], [CODESIGN_CERT=$enableval]) AC_SUBST([CODESIGN_CERT]) -ACX_PKGVERSION([GDB]) +ACX_PKGVERSION([gdb-msvc]) ACX_BUGURL([http://www.gnu.org/software/gdb/bugs/]) AC_DEFINE_UNQUOTED([PKGVERSION], ["$PKGVERSION"], [Additional package description]) AC_DEFINE_UNQUOTED([REPORT_BUGS_TO], ["$REPORT_BUGS_TO"], [Bug reporting address]) diff --git a/gdb/top.c b/gdb/top.c index 71eff73..6141a6f 100644 --- a/gdb/top.c +++ b/gdb/top.c @@ -1366,6 +1366,8 @@ print_gdb_version (struct ui_file *stream, bool interactive) fprintf_filtered (stream, "Copyright (C) 2020 Free Software Foundation, Inc.\n"); + fprintf_filtered (stream, + "Copyright (C) 2020 Les De Ridder (MSVC patches) \n"); /* Following the copyright is a brief statement that the program is free software, that users are free to copy and change it on diff --git a/gdb/version.in b/gdb/version.in index 1a2c355..ad81ff3 100644 --- a/gdb/version.in +++ b/gdb/version.in @@ -1 +1 @@ -9.2 +9.2+0.1