Skip to content

Commit

Permalink
Update version to 0.4.1 - 2023
Browse files Browse the repository at this point in the history
  • Loading branch information
zecruel committed Oct 30, 2023
1 parent af6fc29 commit bac3600
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions macos/CadZinho.app/Contents/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.4.0</string>
<string>0.4.1</string>
<key>CFBundleSpokenName</key>
<string>cad zinho</string>
<key>CFBundleVersion</key>
<string>0.4.0</string>
<string>0.4.1</string>
<key>NSHumanReadableCopyright</key>
<string>CadZinho 2023 by Zecruel - MIT Licence</string>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion src/dxf.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#define DXF_MAX_PAT 12
#define DXF_POOL_PAGES 1000

#define CZ_VERSION "0.4.0 - 2023"
#define CZ_VERSION "0.4.1 - 2023"


extern strpool_t obj_pool;
Expand Down
2 changes: 1 addition & 1 deletion windows/cadzinho.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<Product Name='CadZinho' Id='D4D6A189-FC59-4998-84FD-9005EA06E9B9'
UpgradeCode='9A28C552-6350-4365-AA48-8FAC35452A42'
Language='2057' Codepage='65001'
Version='0.4.0' Manufacturer='ZeCruel'>
Version='0.4.1' Manufacturer='ZeCruel'>

<Package Id='*' Keywords='Installer' Description="CadZinho Installer"
Comments='CadZinho - MIT Licence - 2023' Manufacturer='ZeCruel'
Expand Down
8 changes: 4 additions & 4 deletions windows/cz.rc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
100 ICON "cadzinho.ico"
1 VERSIONINFO
FILEVERSION 0,4,0,0
PRODUCTVERSION 0,4,0,0
FILEVERSION 0,4,1,0
PRODUCTVERSION 0,4,1,0
BEGIN
BLOCK "StringFileInfo"
BEGIN
Expand All @@ -10,12 +10,12 @@ BEGIN
VALUE "Comments", "Built year - 2023"
VALUE "CompanyName", "ZeCruel"
VALUE "FileDescription", "Minimalist CAD"
VALUE "FileVersion", "0.4.0"
VALUE "FileVersion", "0.4.1"
VALUE "InternalName", "CadZinho"
VALUE "LegalCopyright", "MIT Licence - 2023"
VALUE "OriginalFilename", "CadZinho.exe"
VALUE "ProductName", "CadZinho"
VALUE "ProductVersion", "0.4.0"
VALUE "ProductVersion", "0.4.1"
END
END
BLOCK "VarFileInfo"
Expand Down

0 comments on commit bac3600

Please sign in to comment.