Bump version to 0.5.1 for minor fixes for 0.5.0

pull/820/head
Jason Rhinelander 5 years ago
parent 4a36aec3da
commit 77c467a7e4

@ -2,7 +2,7 @@
#define LLARP_VERSION_HPP #define LLARP_VERSION_HPP
#if defined(_WIN32) && defined(RC_INVOKED) #if defined(_WIN32) && defined(RC_INVOKED)
#define LLARP_VERSION 0, 5, 0, 0 #define LLARP_VERSION 0, 5, 1, 0
#else #else
#ifndef LLARP_VERSION_MAJ #ifndef LLARP_VERSION_MAJ
@ -14,7 +14,7 @@
#endif #endif
#ifndef LLARP_VERSION_PATCH #ifndef LLARP_VERSION_PATCH
#define LLARP_VERSION_PATCH "0" #define LLARP_VERSION_PATCH "1"
#endif #endif
#ifndef LLARP_VERSION_NUM #ifndef LLARP_VERSION_NUM

@ -81,18 +81,18 @@ BEGIN
VALUE "CompanyName", "Loki Foundation" VALUE "CompanyName", "Loki Foundation"
VALUE "FileDescription", "LokiNET for Microsoft® Windows® NT™" VALUE "FileDescription", "LokiNET for Microsoft® Windows® NT™"
#ifdef LLARP_RELEASE_MOTTO #ifdef LLARP_RELEASE_MOTTO
VALUE "FileVersion", VERSION_STRING(0.5.0, RELEASE_MOTTO, GIT_REV) VALUE "FileVersion", VERSION_STRING(0.5.1, RELEASE_MOTTO, GIT_REV)
#else #else
VALUE "FileVersion", VERSION_STRING(0.5.0-dev-, GIT_REV) VALUE "FileVersion", VERSION_STRING(0.5.1-dev-, GIT_REV)
#endif #endif
VALUE "InternalName", "llarpd" VALUE "InternalName", "llarpd"
VALUE "LegalCopyright", "Copyright ©2018-2019 Jeff Becker, Rick V for the Loki Foundation. All rights reserved. This software is provided under the terms of the zlib-libpng licence; see the file LICENSE for details." VALUE "LegalCopyright", "Copyright ©2018-2019 Jeff Becker, Rick V for the Loki Foundation. All rights reserved. This software is provided under the terms of the zlib-libpng licence; see the file LICENSE for details."
VALUE "OriginalFilename", "abyss-main.exe" VALUE "OriginalFilename", "abyss-main.exe"
VALUE "ProductName", "LokiNET for Windows" VALUE "ProductName", "LokiNET for Windows"
#ifdef LLARP_RELEASE_MOTTO #ifdef LLARP_RELEASE_MOTTO
VALUE "ProductVersion", VERSION_STRING(0.5.0, RELEASE_MOTTO, GIT_REV) VALUE "ProductVersion", VERSION_STRING(0.5.1, RELEASE_MOTTO, GIT_REV)
#else #else
VALUE "ProductVersion", VERSION_STRING(0.5.0-dev-, GIT_REV) VALUE "ProductVersion", VERSION_STRING(0.5.1-dev-, GIT_REV)
#endif #endif
END END
END END

Loading…
Cancel
Save