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 Oct 22, 2024
1 parent 99aafc9 commit 8c61e28
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 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.1.1
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
4 changes: 2 additions & 2 deletions .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.1.1
SDL2_VERSION: 2.28.5

jobs:
Expand Down Expand Up @@ -159,7 +159,7 @@ jobs:
runs-on: ubuntu-latest
name: Build (FreeBSD AMD64)
env:
VXT_VERSION: 1.1.0
VXT_VERSION: 1.1.1
steps:
- uses: actions/checkout@v4
- name: Test and Build
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/terminal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ on:
workflow_dispatch:

env:
VXT_VERSION: 1.2.0
VXT_VERSION: 1.1.1

jobs:
netbsd-build:
name: Build (NetBSD AMD64)
runs-on: ubuntu-latest
env:
VXT_VERSION: 1.2.0
VXT_VERSION: 1.1.1
steps:
- uses: actions/checkout@v4
- name: Test and 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.1.1

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.1.0"
display_version = "1.1.1"

# Hardware Information
manufacturer = "IBM"
Expand Down
4 changes: 2 additions & 2 deletions lib/vxt/include/vxt/vxt.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ extern "C" {
#endif

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

#ifdef VXT_VERSION_RELEASE
#define _VXT_VERSION_SUFFIX
Expand Down

0 comments on commit 8c61e28

Please sign in to comment.