Skip to content

Commit dff4569

Browse files
committed
Update version to 4.6.1
1 parent 515c575 commit dff4569

File tree

13 files changed

+21
-21
lines changed

13 files changed

+21
-21
lines changed

LDView.rc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1289,8 +1289,8 @@ END
12891289
//
12901290

12911291
VS_VERSION_INFO VERSIONINFO
1292-
FILEVERSION 4,6,0,2
1293-
PRODUCTVERSION 4,6,0,2
1292+
FILEVERSION 4,6,1,0
1293+
PRODUCTVERSION 4,6,1,0
12941294
FILEFLAGSMASK 0x3fL
12951295
#ifdef _DEBUG
12961296
FILEFLAGS 0x9L
@@ -1307,12 +1307,12 @@ BEGIN
13071307
BEGIN
13081308
VALUE "Comments", "3D LEGO® Model Viewer for models in LDraw format."
13091309
VALUE "FileDescription", "LDView"
1310-
VALUE "FileVersion", "4.6"
1310+
VALUE "FileVersion", "4.6.1"
13111311
VALUE "InternalName", "LDView"
13121312
VALUE "LegalCopyright", "Copyright © 2025 Travis Cobbs & Peter Bartfai"
13131313
VALUE "OriginalFilename", "LDView.exe"
13141314
VALUE "ProductName", "LDView"
1315-
VALUE "ProductVersion", "4.6"
1315+
VALUE "ProductVersion", "4.6.1"
13161316
END
13171317
END
13181318
BLOCK "VarFileInfo"

LDViewThumbs/LDViewThumbs.rc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ END
5454
//
5555

5656
VS_VERSION_INFO VERSIONINFO
57-
FILEVERSION 4,6,0,2
58-
PRODUCTVERSION 4,6,0,2
57+
FILEVERSION 4,6,1,0
58+
PRODUCTVERSION 4,6,1,0
5959
FILEFLAGSMASK 0x3fL
6060
#ifdef _DEBUG
6161
FILEFLAGS 0x1L
@@ -71,7 +71,7 @@ BEGIN
7171
BLOCK "040904B0"
7272
BEGIN
7373
VALUE "FileDescription", "LDViewThumbs Module"
74-
VALUE "FileVersion", "4.6"
74+
VALUE "FileVersion", "4.6.1"
7575
VALUE "InternalName", "LDViewThumbs"
7676
VALUE "LegalCopyright", "Copyright 2025"
7777
#if defined(_M_X64)
@@ -82,7 +82,7 @@ BEGIN
8282
VALUE "OriginalFilename", "LDViewThumbs.dll"
8383
#endif // TC_NO_UNICODE
8484
VALUE "ProductName", "LDView"
85-
VALUE "ProductVersion", "4.6"
85+
VALUE "ProductVersion", "4.6.1"
8686
END
8787
END
8888
BLOCK "VarFileInfo"

MacOSX/LDView/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,11 @@
6666
<key>CFBundlePackageType</key>
6767
<string>APPL</string>
6868
<key>CFBundleShortVersionString</key>
69-
<string>4.6</string>
69+
<string>4.6.1</string>
7070
<key>CFBundleSignature</key>
7171
<string>????</string>
7272
<key>CFBundleVersion</key>
73-
<string>31</string>
73+
<string>32</string>
7474
<key>LSApplicationCategoryType</key>
7575
<string>public.app-category.graphics-design</string>
7676
<key>NSHighResolutionCapable</key>

MacOSX/LDViewQuickLook/LDViewQuickLook/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
<key>CFBundleName</key>
2626
<string>$(PRODUCT_NAME)</string>
2727
<key>CFBundleShortVersionString</key>
28-
<string>4.6</string>
28+
<string>4.6.1</string>
2929
<key>CFBundleVersion</key>
30-
<string>31</string>
30+
<string>32</string>
3131
<key>CFPlugInDynamicRegisterFunction</key>
3232
<string></string>
3333
<key>CFPlugInDynamicRegistration</key>

QT/APKBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Maintainer: Peter Bartfai <pbartfai@stardust.hu>
22
pkgname=ldview
33
#pkgver=4.4.1_beta2
4-
pkgver=4.6
4+
pkgver=4.6.1
55
pkgrel=1
66
pkgdesc="A real-time 3D viewer for displaying LDraw models"
77
url="http://github.com/tcobbs/ldview"

QT/AboutPanel.ui

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
</sizepolicy>
8383
</property>
8484
<property name="text">
85-
<string>LDView Version 4.6 (__DATE__)
85+
<string>LDView Version 4.6.1 (__DATE__)
8686
Copyright © 2025 Travis Cobbs &amp; Peter Bartfai</string>
8787
</property>
8888
<property name="textFormat">

QT/LDView.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ contains(DEFINES,_NO_BOOST){
463463
LIBS += $$BOOSTLIB
464464
}
465465

466-
VERSION = 4.6
466+
VERSION = 4.6.1
467467
macx {
468468
# This has to be down here, because -ltinyxml has to come after -lLDExporter.
469469
LIBS += -ltinyxml

QT/LDView.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Group: Graphics
4646
%if 0%{?fedora} || 0%{?centos_version}
4747
Group: Amusements/Graphics
4848
%endif
49-
Version: 4.6
49+
Version: 4.6.1
5050
%if 0%{?opensuse_bs}
5151
Release: <CI_CNT>.<B_CNT>%{?dist}
5252
%else

QT/OBS/LDView-qt5.dsc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Format: 1.0
22
Source: ldview
3-
Version: 4.6
3+
Version: 4.6.1
44
Binary: ldview
55
Architecture: any
66
Build-Depends: debhelper (>= 4.1.16), qtbase5-dev, qt5-qmake, libqt5opengl5-dev, cmake, libgl1-mesa-dev, libpng-dev, libglu1-mesa-dev, libjpeg-dev, libosmesa6-dev, libtinyxml-dev, libgl2ps-dev, extra-cmake-modules, libkf5kio-dev, libkf5kdelibs4support5-bin, qttools5-dev-tools, libminizip-dev

QT/OBS/LDView-qt6.dsc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Format: 1.0
22
Source: ldview
3-
Version: 4.6
3+
Version: 4.6.1
44
Binary: ldview
55
Architecture: any
66
Build-Depends: debhelper (>= 4.1.16), qt6-base-dev, qmake6, libqt6opengl6-dev, libqt6core5compat6-dev, linguist-qt6, qt6-l10n-tools, cmake, libgl1-mesa-dev, libpng-dev, libglu1-mesa-dev, libjpeg-dev, libosmesa6-dev, libtinyxml-dev, libgl2ps-dev, extra-cmake-modules, libkf5kio-dev, libkf5kdelibs4support5-bin, libminizip-dev

0 commit comments

Comments
 (0)