Skip to content

Commit

Permalink
v1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
TGruett committed Sep 20, 2024
1 parent 154657b commit 26aeb04
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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.2"
#define AppVer "1.4.3"
#define AppId "dsV2Gshark"

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

#define VER_FILEVERSION 1,4,2,0
#define VER_FILEVERSION_STR "1.4.2.0\0"
#define VER_FILEVERSION 1,4,3,0
#define VER_FILEVERSION_STR "1.4.3.0\0"
#define VER_COMPANYNAME_STR "dSPACE GmbH"
#define VER_PRODUCTNAME_STR "V2gLib"
#define VER_PRODUCTVERSION 1,4,2,0
#define VER_PRODUCTVERSION_STR "1.4.2.0\0"
#define VER_PRODUCTVERSION 1,4,3,0
#define VER_PRODUCTVERSION_STR "1.4.3.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 @@ -63,7 +63,7 @@ function v2gcommon.load_v2gLib()
end
end

v2gcommon.DS_V2GSHARK_VERSION = "1.4.2" -- DO NOT CHANGE
v2gcommon.DS_V2GSHARK_VERSION = "1.4.3" -- DO NOT CHANGE

-- extend path (where to load .lua files)
if not string.find(v2gcommon.get_plugins_file_path(), package.path) then
Expand Down

0 comments on commit 26aeb04

Please sign in to comment.