Skip to content

Commit 569436b

Browse files
committed
Bumped version number to 1.0.2-alpha
1 parent 7fdb5b0 commit 569436b

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

Diff for: CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
# * PROJECT: SampX
44
# * LICENSE: See LICENSE in the top level directory
55
# * FILE: CMakeLists.txt
6-
# * DESCRIPTION: CMake
7-
# * COPYRIGHT: (c) 2021 RINWARES <rinwares.com>
6+
# * DESCRIPTION: CMakeLists
7+
# * COPYRIGHT: (c) 2021, 2023 RINWARES <rinwares.com>
88
# * AUTHOR: Rinat Namazov <[email protected]>
99
# *
1010
# *****************************************************************************

Diff for: src/MainWindow.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* LICENSE: See LICENSE in the top level directory
55
* FILE: MainWindow.cpp
66
* DESCRIPTION: Main window
7-
* COPYRIGHT: (c) 2021 RINWARES <rinwares.com>
7+
* COPYRIGHT: (c) 2021, 2023 RINWARES <rinwares.com>
88
* AUTHOR: Rinat Namazov <[email protected]>
99
*
1010
*****************************************************************************/
@@ -62,7 +62,7 @@ MainWindow::MainWindow(QWidget* parent)
6262
QCoreApplication::setOrganizationName("RINWARES");
6363
QCoreApplication::setOrganizationDomain("rinwares.com");
6464
QCoreApplication::setApplicationName("SampX");
65-
QCoreApplication::setApplicationVersion("v.1.0.1-alpha");
65+
QCoreApplication::setApplicationVersion("v.1.0.2-alpha");
6666

6767
ui_->setupUi(this);
6868

Diff for: src/SampVersions.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* LICENSE: See LICENSE in the top level directory
55
* FILE: SampVersions.cpp
66
* DESCRIPTION: Determining the version of the samp by file
7-
* COPYRIGHT: (c) 2021 RINWARES <rinwares.com>
7+
* COPYRIGHT: (c) 2021, 2023 RINWARES <rinwares.com>
88
* AUTHOR: Rinat Namazov <[email protected]>
99
*
1010
*****************************************************************************/

Diff for: src/SampVersions.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* LICENSE: See LICENSE in the top level directory
55
* FILE: SampVersions.hpp
66
* DESCRIPTION: Determining the version of the samp by file
7-
* COPYRIGHT: (c) 2021 RINWARES <rinwares.com>
7+
* COPYRIGHT: (c) 2021, 2023 RINWARES <rinwares.com>
88
* AUTHOR: Rinat Namazov <[email protected]>
99
*
1010
*****************************************************************************/

Diff for: vcpkg.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sampx",
3-
"version-semver": "1.0.1-alpha",
3+
"version-semver": "1.0.2-alpha",
44
"description": "SampX is the custom launcher of SA-MP.",
55
"homepage": "https://github.com/RinatNamazov/SampX",
66
"dependencies": [

0 commit comments

Comments
 (0)