From 210b39d8604cc27843500c41789f0487f50617bd Mon Sep 17 00:00:00 2001 From: Bernhard Schelling <14200249+schellingb@users.noreply.github.com> Date: Wed, 6 Dec 2023 23:43:37 +0900 Subject: [PATCH] Set version to 0.9.8 --- dosbox_pure_libretro.cpp | 2 +- dosbox_pure_libretro.info | 2 +- include/dbp_serialize.h | 2 +- src/dos/drives.cpp | 2 +- src/ints/bios_disk.cpp | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dosbox_pure_libretro.cpp b/dosbox_pure_libretro.cpp index 44a8a2ed8..9de7ff37a 100644 --- a/dosbox_pure_libretro.cpp +++ b/dosbox_pure_libretro.cpp @@ -2106,7 +2106,7 @@ void retro_get_system_info(struct retro_system_info *info) // #1 { memset(info, 0, sizeof(*info)); info->library_name = "DOSBox-pure"; - info->library_version = "0.9.7"; + info->library_version = "0.9.8"; info->need_fullpath = true; info->block_extract = true; info->valid_extensions = "zip|dosz|exe|com|bat|iso|chd|cue|ins|img|ima|vhd|jrc|tc|m3u|m3u8|conf"; diff --git a/dosbox_pure_libretro.info b/dosbox_pure_libretro.info index 240d2e322..dc48f775d 100644 --- a/dosbox_pure_libretro.info +++ b/dosbox_pure_libretro.info @@ -6,7 +6,7 @@ corename = "DOSBox-pure" categories = "Emulator" license = "GPLv2" permissions = "" -display_version = "0.9.7" +display_version = "0.9.8" # Hardware Information manufacturer = "Microsoft" diff --git a/include/dbp_serialize.h b/include/dbp_serialize.h index 3eef4d2d9..21fd2d53e 100644 --- a/include/dbp_serialize.h +++ b/include/dbp_serialize.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2022 Bernhard Schelling + * Copyright (C) 2020-2023 Bernhard Schelling * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/dos/drives.cpp b/src/dos/drives.cpp index 1e041682c..7eb3a22f6 100644 --- a/src/dos/drives.cpp +++ b/src/dos/drives.cpp @@ -1,6 +1,6 @@ /* * Copyright (C) 2002-2021 The DOSBox Team - * Copyright (C) 2020-2022 Bernhard Schelling + * Copyright (C) 2020-2023 Bernhard Schelling * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/ints/bios_disk.cpp b/src/ints/bios_disk.cpp index c9d661292..ade1e52e5 100644 --- a/src/ints/bios_disk.cpp +++ b/src/ints/bios_disk.cpp @@ -1,6 +1,6 @@ /* * Copyright (C) 2002-2021 The DOSBox Team - * Copyright (C) 2022-2022 Bernhard Schelling + * Copyright (C) 2022-2023 Bernhard Schelling * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by