Skip to content

Commit

Permalink
Updated version number
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas-jonsson committed Sep 28, 2023
1 parent 2ba1e60 commit 1471cb0
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/libretro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
workflow_dispatch:

env:
VXT_VERSION: 0.10.0
VXT_VERSION: 0.11.0
ZIG_VERSION: 0.10.1
ZIG_ARCHS: "x86_64-linux-gnu i386-linux-gnu aarch64-linux-gnu arm-linux-gnueabi x86_64-macos-none aarch64-macos-none"
NDK_VERSION: r20
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sdl2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
workflow_dispatch:

env:
VXT_VERSION: 0.10.0
VXT_VERSION: 0.11.0
SDL2_VERSION: 2.24.1

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
workflow_dispatch:

env:
VXT_VERSION: 0.10.0
VXT_VERSION: 0.11.0

jobs:
web-build:
Expand Down
2 changes: 1 addition & 1 deletion front/libretro/virtualxt_libretro.info
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ corename = "virtualxt"
license = "zlib-acknowledgement"
permissions = ""
categories = "Emulator"
display_version = "0.10.0"
display_version = "0.11.0"

# Hardware Information
manufacturer = "IBM"
Expand Down
2 changes: 1 addition & 1 deletion lib/vxt/include/vxt/vxt.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ extern "C" {
#endif

#define VXT_VERSION_MAJOR 0
#define VXT_VERSION_MINOR 10
#define VXT_VERSION_MINOR 11
#define VXT_VERSION_PATCH 0

#ifdef VXT_VERSION_RELEASE
Expand Down

0 comments on commit 1471cb0

Please sign in to comment.