Skip to content

Commit

Permalink
Bump version to 1.0.1 in fritzing.rc
Browse files Browse the repository at this point in the history
  • Loading branch information
KjellMorgenstern committed Sep 6, 2023
1 parent 8d480a1 commit 8f5f137
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions fritzing.rc
Expand Up @@ -2,16 +2,16 @@ IDI_ICON1 ICON DISCARDABLE "resources/system_icons/win/frit

#include <windows.h>

#define VER_FILEVERSION 1,0,0,0
#define VER_FILEVERSION_STR "1.0.0d\0"
#define VER_FILEVERSION 1,0,1,0
#define VER_FILEVERSION_STR "1.0.1d\0"

#define VER_PRODUCTVERSION 1,0,0,0
#define VER_PRODUCTVERSION_STR "1.0.0d\0"
#define VER_PRODUCTVERSION 1,0,1,0
#define VER_PRODUCTVERSION_STR "1.0.1d\0"

#define VER_COMPANYNAME_STR "Fritzing"
#define VER_FILEDESCRIPTION_STR "Fritzing"
#define VER_INTERNALNAME_STR "Fritzing"
#define VER_LEGALCOPYRIGHT_STR "Copyright (c) 2007-2022 Fritzing GmbH"
#define VER_LEGALCOPYRIGHT_STR "Copyright (c) 2007-2023 Fritzing GmbH"
#define VER_LEGALTRADEMARKS1_STR "All Rights Reserved"
#define VER_LEGALTRADEMARKS2_STR VER_LEGALTRADEMARKS1_STR
#define VER_ORIGINALFILENAME_STR "Fritzing.exe"
Expand Down

0 comments on commit 8f5f137

Please sign in to comment.