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 Dec 9, 2024
1 parent 9614331 commit 834b256
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 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: 1.2.0
VXT_VERSION: 1.3.0
ZIG_VERSION: 0.13.0
ZIG_ARCHS: "x86_64-linux-gnu aarch64-linux-gnu arm-linux-gnueabi x86_64-macos-none aarch64-macos-none"
NDK_VERSION: r27c
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
workflow_dispatch:

env:
VXT_VERSION: 1.2.0
VXT_VERSION: 1.3.0

jobs:
rpi-build:
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: 1.2.0
VXT_VERSION: 1.3.0
SDL2_VERSION: 2.28.5

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

env:
VXT_VERSION: 1.2.0
VXT_VERSION: 1.3.0

jobs:
netbsd-build:
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: 1.2.0
VXT_VERSION: 1.3.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"
permissions = ""
categories = "Emulator"
display_version = "1.2.0"
display_version = "1.3.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 @@ -27,7 +27,7 @@ extern "C" {
#endif

#define VXT_VERSION_MAJOR 1
#define VXT_VERSION_MINOR 2
#define VXT_VERSION_MINOR 3
#define VXT_VERSION_PATCH 0

#ifdef VXT_VERSION_RELEASE
Expand Down

0 comments on commit 834b256

Please sign in to comment.