Skip to content

Commit

Permalink
update version to 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
TGruett committed Jun 17, 2024
1 parent 12c15a2 commit 095d139
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Installer/InstallerScript.iss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// DO NOT CHANGE VERSION HERE! Run update_version.bat
#define AppVer "1.4.0"
#define AppVer "1.4.1"
#define AppId "dsV2Gshark"

[Setup]
Expand Down
8 changes: 4 additions & 4 deletions V2G_Libraries/CertificateInfos/main.rc
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#include <windows.h>

#define VER_FILEVERSION 1,4,0,0
#define VER_FILEVERSION_STR "1.4.0.0\0"
#define VER_FILEVERSION 1,4,1,0
#define VER_FILEVERSION_STR "1.4.1.0\0"
#define VER_COMPANYNAME_STR "dSPACE GmbH"
#define VER_PRODUCTNAME_STR "V2gCertificateInfos"
#define VER_PRODUCTVERSION 1,4,0,0
#define VER_PRODUCTVERSION_STR "1.4.0.0\0"
#define VER_PRODUCTVERSION 1,4,1,0
#define VER_PRODUCTVERSION_STR "1.4.1.0\0"

VS_VERSION_INFO VERSIONINFO
FILEVERSION VER_FILEVERSION
Expand Down
8 changes: 4 additions & 4 deletions V2G_Libraries/V2GDecoder/main.rc
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#include <windows.h>

#define VER_FILEVERSION 1,4,0,0
#define VER_FILEVERSION_STR "1.4.0.0\0"
#define VER_FILEVERSION 1,4,1,0
#define VER_FILEVERSION_STR "1.4.1.0\0"
#define VER_COMPANYNAME_STR "dSPACE GmbH"
#define VER_PRODUCTNAME_STR "V2gDecoder"
#define VER_PRODUCTVERSION 1,4,0,0
#define VER_PRODUCTVERSION_STR "1.4.0.0\0"
#define VER_PRODUCTVERSION 1,4,1,0
#define VER_PRODUCTVERSION_STR "1.4.1.0\0"

VS_VERSION_INFO VERSIONINFO
FILEVERSION VER_FILEVERSION
Expand Down
2 changes: 1 addition & 1 deletion Wireshark/plugins/v2gcommon.lua
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ end

local v2gcommon = {}

v2gcommon.DS_V2GSHARK_VERSION = "1.4.0" -- DO NOT CHANGE
v2gcommon.DS_V2GSHARK_VERSION = "1.4.1" -- DO NOT CHANGE

return v2gcommon

0 comments on commit 095d139

Please sign in to comment.