Skip to content

Commit bafec2f

Browse files
committed
fix: revert version bump, leave versioning to maintainer
1 parent 5f5f47c commit bafec2f

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -230,18 +230,18 @@ Below are the methods for installing the OpenModSim for different OS
230230
## <img src="docs/icons/logo_windows.svg" width="16" height="16"> Microsoft Windows
231231
Run the installer:
232232

233-
- For 32-bit Windows: `qt5-omodsim_1.13.0_x86.exe`
234-
- For 64-bit Windows: `qt5-omodsim_1.13.0_x64.exe` or `qt6-omodsim_1.13.0_x64.exe`
233+
- For 32-bit Windows: `qt5-omodsim_1.12.0_x86.exe`
234+
- For 64-bit Windows: `qt5-omodsim_1.12.0_x64.exe` or `qt6-omodsim_1.12.0_x64.exe`
235235

236236
## <img src="docs/icons/logo_debian.svg" width="20" height="20"> Debian / <img src="docs/icons/logo_ubuntu.svg" width="20" height="20"> Ubuntu / <img width="20" height="20" src="docs/icons/logo_mint.png" /> Mint / <img src="docs/icons/logo_zorin.png" width="20" height="20"> Zorin / <img width="22" height="22" src="docs/icons/logo_astra.png" /> Astra Linux
237237
### Install
238238
Install the DEB package from the command line:
239239
```bash
240-
sudo apt install ./qt6-omodsim_1.13.0-1_amd64.deb
240+
sudo apt install ./qt6-omodsim_1.12.0-1_amd64.deb
241241
```
242242
or if you want to use Qt5 libraries:
243243
```bash
244-
sudo apt install ./qt5-omodsim_1.13.0-1_amd64.deb
244+
sudo apt install ./qt5-omodsim_1.12.0-1_amd64.deb
245245
```
246246

247247
### Remove
@@ -258,7 +258,7 @@ sudo apt remove qt5-omodsim
258258
### Install
259259
Install the RPM package from the command line:
260260
```bash
261-
sudo dnf install ./qt6-omodsim-1.13.0-1.x86_64.rpm
261+
sudo dnf install ./qt6-omodsim-1.12.0-1.x86_64.rpm
262262
```
263263

264264
### Remove
@@ -271,7 +271,7 @@ sudo dnf remove qt6-omodsim
271271
### Install
272272
Install the RPM package from the command line as root user:
273273
```bash
274-
apt-get install ./qt6-omodsim-1.13.0-1.x86_64.rpm
274+
apt-get install ./qt6-omodsim-1.12.0-1.x86_64.rpm
275275
```
276276

277277
### Remove
@@ -288,7 +288,7 @@ sudo rpm --import qt6-omodsim.rpm.pubkey
288288
```
289289
Install the RPM package using Zypper:
290290
```bash
291-
sudo zypper install ./qt6-omodsim-1.13.0-1.x86_64.rpm
291+
sudo zypper install ./qt6-omodsim-1.12.0-1.x86_64.rpm
292292
```
293293

294294
### Remove

src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.16)
22

33
project(omodsim
4-
VERSION 1.13.0
4+
VERSION 1.12.0
55
DESCRIPTION "An Open Source Modbus Slave (Server) Utility"
66
LANGUAGES CXX)
77

0 commit comments

Comments
 (0)