diff --git a/installer/installer.wxs b/installer/installer.wxs index a78be2fd..a5fcb0ab 100644 --- a/installer/installer.wxs +++ b/installer/installer.wxs @@ -1,6 +1,6 @@ - + diff --git a/version/version_linux.go b/version/version_linux.go index 1549f594..cf1ff4ab 100644 --- a/version/version_linux.go +++ b/version/version_linux.go @@ -2,6 +2,6 @@ package version var ( VERSION_MAJOR = 0 - VERSION_MINOR = 1 + VERSION_MINOR = 3 VERSION_PATCH = 0 ) diff --git a/version/version_windows.go b/version/version_windows.go index 1a491a6d..7e21caf8 100644 --- a/version/version_windows.go +++ b/version/version_windows.go @@ -6,6 +6,6 @@ package version var ( VERSION_MAJOR = 0 - VERSION_MINOR = 2 + VERSION_MINOR = 3 VERSION_PATCH = 0 ) diff --git a/version/versioninfo.json b/version/versioninfo.json index ae68c395..98c5be80 100644 --- a/version/versioninfo.json +++ b/version/versioninfo.json @@ -2,23 +2,23 @@ "FixedFileInfo": { "FileVersion": { "Major": 0, - "Minor": 2, - "Patch": 1, + "Minor": 3, + "Patch": 0, "Build": 0 }, "ProductVersion": { "Major": 0, - "Minor": 2, - "Patch": 1, + "Minor": 3, + "Patch": 0, "Build": 0 } }, "StringFileInfo": { "FileDescription": "QPep - High-latency network accelerator", - "FileVersion": "v0.2.1.0", + "FileVersion": "v0.3.0.0", "InternalName": "qpep.exe", "ProductName": "QPep", - "ProductVersion": "v0.2.1", + "ProductVersion": "v0.3.0", "SpecialBuild": "" }, "IconPath": "../qpep-tray/icons/main_icon_connected.ico"