Skip to content

Commit 210b39d

Browse files
committed
Set version to 0.9.8
1 parent c7df812 commit 210b39d

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

dosbox_pure_libretro.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2106,7 +2106,7 @@ void retro_get_system_info(struct retro_system_info *info) // #1
21062106
{
21072107
memset(info, 0, sizeof(*info));
21082108
info->library_name = "DOSBox-pure";
2109-
info->library_version = "0.9.7";
2109+
info->library_version = "0.9.8";
21102110
info->need_fullpath = true;
21112111
info->block_extract = true;
21122112
info->valid_extensions = "zip|dosz|exe|com|bat|iso|chd|cue|ins|img|ima|vhd|jrc|tc|m3u|m3u8|conf";

dosbox_pure_libretro.info

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ corename = "DOSBox-pure"
66
categories = "Emulator"
77
license = "GPLv2"
88
permissions = ""
9-
display_version = "0.9.7"
9+
display_version = "0.9.8"
1010

1111
# Hardware Information
1212
manufacturer = "Microsoft"

include/dbp_serialize.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2020-2022 Bernhard Schelling
2+
* Copyright (C) 2020-2023 Bernhard Schelling
33
*
44
* This program is free software; you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License as published by

src/dos/drives.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Copyright (C) 2002-2021 The DOSBox Team
3-
* Copyright (C) 2020-2022 Bernhard Schelling
3+
* Copyright (C) 2020-2023 Bernhard Schelling
44
*
55
* This program is free software; you can redistribute it and/or modify
66
* it under the terms of the GNU General Public License as published by

src/ints/bios_disk.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Copyright (C) 2002-2021 The DOSBox Team
3-
* Copyright (C) 2022-2022 Bernhard Schelling
3+
* Copyright (C) 2022-2023 Bernhard Schelling
44
*
55
* This program is free software; you can redistribute it and/or modify
66
* it under the terms of the GNU General Public License as published by

0 commit comments

Comments
 (0)