Skip to content

Commit 51bdc6f

Browse files
committed
Set version to 2.5.1.
1 parent 20d24ef commit 51bdc6f

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ project(aspia)
2424

2525
set(ASPIA_VERSION_MAJOR 2)
2626
set(ASPIA_VERSION_MINOR 5)
27-
set(ASPIA_VERSION_PATCH 0)
27+
set(ASPIA_VERSION_PATCH 1)
2828

2929
add_definitions(-DASPIA_VERSION_MAJOR=${ASPIA_VERSION_MAJOR}
3030
-DASPIA_VERSION_MINOR=${ASPIA_VERSION_MINOR}

doc/description.docx

513 Bytes
Binary file not shown.

installer/version.wxi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Include>
33
<?define Manufacturer="Dmitry Chapyshev"?>
4-
<?define Version="2.5.0"?>
4+
<?define Version="2.5.1"?>
55
<?define SourceFiles="..\..\build\Release"?>
66
</Include>

source/client/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
<key>CFBundlePackageType</key>
2222
<string>APPL</string>
2323
<key>CFBundleShortVersionString</key>
24-
<string>2.5.0</string>
24+
<string>2.5.1</string>
2525
<key>CFBundleSignature</key>
2626
<string>????</string>
2727
<key>CFBundleVersion</key>
28-
<string>2.5.0</string>
28+
<string>2.5.1</string>
2929
<key>CSResourcesFileMapped</key>
3030
<true/>
3131
<key>NSHumanReadableCopyright</key>

source/console/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
<key>CFBundlePackageType</key>
2222
<string>APPL</string>
2323
<key>CFBundleShortVersionString</key>
24-
<string>2.5.0</string>
24+
<string>2.5.1</string>
2525
<key>CFBundleSignature</key>
2626
<string>????</string>
2727
<key>CFBundleVersion</key>
28-
<string>2.5.0</string>
28+
<string>2.5.1</string>
2929
<key>CSResourcesFileMapped</key>
3030
<true/>
3131
<key>NSHumanReadableCopyright</key>

0 commit comments

Comments
 (0)