Skip to content

Commit b09444d

Browse files
Fix encoding issue
1 parent 7044155 commit b09444d

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

FritzingInfo.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ You should have received a copy of the GNU General Public License
2727
<key>CFBundleExecutable</key>
2828
<string>Fritzing</string>
2929
<key>CFBundleGetInfoString</key>
30-
<string>Fritzing 0.9.6b</string>
30+
<string>Fritzing 0.9.6</string>
3131
<key>CFBundleShortVersionString</key>
32-
<string>0.9.6b</string>
32+
<string>0.9.6</string>
3333
<key>CFBundleVersion</key>
3434
<string>bda4e</string>
3535
<key>CFBundleIconFile</key>

fritzing.rc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ IDI_ICON1 ICON DISCARDABLE "resources/system_icons/win/frit
33
#include <windows.h>
44

55
#define VER_FILEVERSION 0,9,6,0
6-
#define VER_FILEVERSION_STR "0.9.6b\0"
6+
#define VER_FILEVERSION_STR "0.9.6\0"
77

88
#define VER_PRODUCTVERSION 0,9,6,0
9-
#define VER_PRODUCTVERSION_STR "0.9.6b\0"
9+
#define VER_PRODUCTVERSION_STR "0.9.6\0"
1010

1111
#define VER_COMPANYNAME_STR "Fritzing"
1212
#define VER_FILEDESCRIPTION_STR "Fritzing"
1313
#define VER_INTERNALNAME_STR "Fritzing"
14-
#define VER_LEGALCOPYRIGHT_STR "Copyright © 2007-2021 Fritzing"
14+
#define VER_LEGALCOPYRIGHT_STR "Copyright (c) 2007-2021 Fritzing GmbH"
1515
#define VER_LEGALTRADEMARKS1_STR "All Rights Reserved"
1616
#define VER_LEGALTRADEMARKS2_STR VER_LEGALTRADEMARKS1_STR
1717
#define VER_ORIGINALFILENAME_STR "Fritzing.exe"

org.fritzing.Fritzing.appdata.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<!-- <url type="donation">https://fritzing.org/shop/donations/</url> -->
5050
<url type="translate">https://fritzing.org/support-us/language-translation/</url>
5151
<releases>
52-
<release version="0.9.6b" date="2020-12-30"/>
52+
<release version="0.9.6" date="2021-02-01"/>
5353
</releases>
5454
<provides>
5555
<binary>Fritzing</binary>

0 commit comments

Comments
 (0)