Skip to content

Commit 02160f9

Browse files
committed
v1.3.035
1 parent 74b89e4 commit 02160f9

File tree

7 files changed

+17
-17
lines changed

7 files changed

+17
-17
lines changed

PyRxAcSetup/Include/PackageContents.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,47 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<ApplicationPackage SchemaVersion="1.0" AutodeskProduct="AutoCAD" ProductType="Application"
3-
Name="PyRx" AppVersion="1.3.34"
3+
Name="PyRx" AppVersion="1.3.35"
44
Description="Python wrappers"
55
Author="PyRx"
66

77
ProductCode="{51386679-D611-4231-A17E-B959075AD6CA}"
88
UpgradeCode="{7DE3E792-70E4-4E32-BBC9-3AB04F5B000E}"
9-
SupportedLocales="Enu" FriendlyVersion="1.3.34">
9+
SupportedLocales="Enu" FriendlyVersion="1.3.35">
1010

1111
<CompanyDetails Name="PyRx" Phone="867-5309" Url="https://github.com/CEXT-Dan/PyRx" Email="support@cadext.com" />
1212
<RuntimeRequirements />
1313

1414
<Components Description="2021 Parts">
1515
<RuntimeRequirements OS="Win64" Platform="AutoCAD*|ADSTPR" SeriesMin="R24.0" SeriesMax="R24.0" />
16-
<ComponentEntry AppName="Python wrappers" Version="1.3.34" ModuleName="./Contents/RxLoader24.0.arx"
16+
<ComponentEntry AppName="Python wrappers" Version="1.3.35" ModuleName="./Contents/RxLoader24.0.arx"
1717
AppDescription="Python wrappers" LoadOnAutoCADStartup="True">
1818
</ComponentEntry>
1919
</Components>
2020

2121
<Components Description="2022 Parts">
2222
<RuntimeRequirements OS="Win64" Platform="AutoCAD*|ADSTPR" SeriesMin="R24.1" SeriesMax="R24.1" />
23-
<ComponentEntry AppName="Python wrappers" Version="1.3.34" ModuleName="./Contents/RxLoader24.1.arx"
23+
<ComponentEntry AppName="Python wrappers" Version="1.3.35" ModuleName="./Contents/RxLoader24.1.arx"
2424
AppDescription="Python wrappers" LoadOnAutoCADStartup="True">
2525
</ComponentEntry>
2626
</Components>
2727

2828
<Components Description="2023 Parts">
2929
<RuntimeRequirements OS="Win64" Platform="AutoCAD*|ADSTPR" SeriesMin="R24.2" SeriesMax="R24.2" />
30-
<ComponentEntry AppName="Python wrappers" Version="1.3.34" ModuleName="./Contents/RxLoader24.2.arx"
30+
<ComponentEntry AppName="Python wrappers" Version="1.3.35" ModuleName="./Contents/RxLoader24.2.arx"
3131
AppDescription="Python wrappers" LoadOnAutoCADStartup="True">
3232
</ComponentEntry>
3333
</Components>
3434

3535
<Components Description="2024 Parts">
3636
<RuntimeRequirements OS="Win64" Platform="AutoCAD*|ADSTPR" SeriesMin="R24.3" SeriesMax="R24.3" />
37-
<ComponentEntry AppName="Python wrappers" Version="1.3.34" ModuleName="./Contents/RxLoader24.3.arx"
37+
<ComponentEntry AppName="Python wrappers" Version="1.3.35" ModuleName="./Contents/RxLoader24.3.arx"
3838
AppDescription="Python wrappers" LoadOnAutoCADStartup="True">
3939
</ComponentEntry>
4040
</Components>
4141

4242
<Components Description="2025 Parts">
4343
<RuntimeRequirements OS="Win64" Platform="AutoCAD*|ADSTPR" SeriesMin="R25.0" SeriesMax="R25.0" />
44-
<ComponentEntry AppName="Python wrappers" Version="1.3.34" ModuleName="./Contents/RxLoader25.0.arx"
44+
<ComponentEntry AppName="Python wrappers" Version="1.3.35" ModuleName="./Contents/RxLoader25.0.arx"
4545
AppDescription="Python wrappers" LoadOnAutoCADStartup="True">
4646
</ComponentEntry>
4747
</Components>

PyRxAcSetup/PyRxAcSetup.vdproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3237,7 +3237,7 @@
32373237
"RemovePreviousVersions" = "11:TRUE"
32383238
"DetectNewerInstalledVersion" = "11:TRUE"
32393239
"InstallAllUsers" = "11:FALSE"
3240-
"ProductVersion" = "8:1.3.034"
3240+
"ProductVersion" = "8:1.3.035"
32413241
"Manufacturer" = "8:Daniel Marcotte"
32423242
"ARPHELPTELEPHONE" = "8:"
32433243
"ARPHELPLINK" = "8:https://github.com/CEXT-Dan/PyRx"

PyRxCore/PyRx.aps

0 Bytes
Binary file not shown.

PyRxCore/PyRx.rc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ END
5050
//
5151

5252
VS_VERSION_INFO VERSIONINFO
53-
FILEVERSION 1,3,34,0
54-
PRODUCTVERSION 1,3,34,0
53+
FILEVERSION 1,3,35,0
54+
PRODUCTVERSION 1,3,35,0
5555
FILEFLAGSMASK 0x3fL
5656
#ifdef _DEBUG
5757
FILEFLAGS 0x1L
@@ -68,12 +68,12 @@ BEGIN
6868
BEGIN
6969
VALUE "CompanyName", "DRM"
7070
VALUE "FileDescription", "PyRx Python ObjectARX"
71-
VALUE "FileVersion", "1.3.34.0"
71+
VALUE "FileVersion", "1.3.35.0"
7272
VALUE "InternalName", "PyRx"
7373
VALUE "LegalCopyright", "Copyright Daniel Marcotte � 2024"
7474
VALUE "OriginalFilename", "PyRx.arx"
7575
VALUE "ProductName", "PyRx Application"
76-
VALUE "ProductVersion", "1.3.34.0"
76+
VALUE "ProductVersion", "1.3.35.0"
7777
END
7878
END
7979
BLOCK "VarFileInfo"

PyRxCore/acrxEntryPoint.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ class AcRxPyApp : public AcRxArxApp
198198
{
199199
constexpr TCHAR MAJOR1 = '1';
200200
constexpr TCHAR MINOR1 = '3';
201-
constexpr TCHAR REVISION1 = '0', REVISION2 = '3', REVISION3 = '4';
201+
constexpr TCHAR REVISION1 = '0', REVISION2 = '3', REVISION3 = '5';
202202

203203
constexpr unsigned int compileYear = (__DATE__[7] - '0') * 1000 + (__DATE__[8] - '0') * 100 + (__DATE__[9] - '0') * 10 + (__DATE__[10] - '0');
204204
constexpr unsigned int compileMonth = (__DATE__[0] == 'J') ? ((__DATE__[1] == 'a') ? 1 : ((__DATE__[2] == 'n') ? 6 : 7)) // Jan, Jun or Jul

PyRxLoader/RxLoader.aps

0 Bytes
Binary file not shown.

PyRxLoader/RxLoader.rc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ END
5050
//
5151

5252
VS_VERSION_INFO VERSIONINFO
53-
FILEVERSION 1,3,34,0
54-
PRODUCTVERSION 1,3,34,0
53+
FILEVERSION 1,3,35,0
54+
PRODUCTVERSION 1,3,35,0
5555
FILEFLAGSMASK 0x3fL
5656
#ifdef _DEBUG
5757
FILEFLAGS 0x1L
@@ -68,12 +68,12 @@ BEGIN
6868
BEGIN
6969
VALUE "CompanyName", "DRM"
7070
VALUE "FileDescription", "PyLoader ObjectARX application"
71-
VALUE "FileVersion", "1.3.34.0"
71+
VALUE "FileVersion", "1.3.35.0"
7272
VALUE "InternalName", "PyRx"
7373
VALUE "LegalCopyright", "Copyright Daniel Marcotte � 2024"
7474
VALUE "OriginalFilename", "PyLoader .arx"
7575
VALUE "ProductName", "PyLoader Python Wrapper Loader"
76-
VALUE "ProductVersion", "1.3.34.0"
76+
VALUE "ProductVersion", "1.3.35.0"
7777
END
7878
END
7979
BLOCK "VarFileInfo"

0 commit comments

Comments
 (0)