Skip to content

Commit

Permalink
Set version to 0.9.8
Browse files Browse the repository at this point in the history
  • Loading branch information
schellingb committed Dec 6, 2023
1 parent c7df812 commit 210b39d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dosbox_pure_libretro.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
2 changes: 1 addition & 1 deletion dosbox_pure_libretro.info
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion include/dbp_serialize.h
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/dos/drives.cpp
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/ints/bios_disk.cpp
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 210b39d

Please sign in to comment.