commit 798361ce1b5ae066627b219e495ccf4df422b9e8
parent 065aae2a5fd7e7f997e1ea0d0e8e49f36f693d08
Author: cfillion <cfillion@users.noreply.github.com>
Date: Sun, 24 Feb 2019 06:26:32 -0500
bump version to 1.2.2
Diffstat:
2 files changed, 2 insertions(+), 11 deletions(-)
diff --git a/Extensions/ReaPack.ext b/Extensions/ReaPack.ext
@@ -1,5 +1,5 @@
@description ReaPack: Package manager for REAPER
-@version 1.2.2rc3
+@version 1.2.2
@author cfillion
@donation https://www.paypal.com/cgi-bin/webscr?business=T3DEWBQJAV7WL&cmd=_donations¤cy_code=CAD&item_name=ReaPack%3A+Package+manager+for+REAPER
@provides
@@ -9,12 +9,3 @@
[win64] reaper_reapack64.dll https://github.com/cfillion/reapack/releases/download/v$version/$path
[linux32] reaper_reapack32.so https://github.com/cfillion/reapack/releases/download/v$version/$path
[linux64] reaper_reapack64.so https://github.com/cfillion/reapack/releases/download/v$version/$path
-@changelog
- Added:
- • implement SHA-256 checksum verification for downloaded files
- • browser: add "Synchronize packages" to the menu [p=2084579]
- • browser: add "Upload packages" action to the menu opening https://reapack.com/upload
- • receipt: annotate installation type and previous version
-
- Fixed:
- • import: fix possible crash after downloading indexes
diff --git a/src/reapack.cpp b/src/reapack.cpp
@@ -38,7 +38,7 @@
using namespace std;
-const char *ReaPack::VERSION = "1.2.2rc3";
+const char *ReaPack::VERSION = "1.2.2";
const char *ReaPack::BUILDTIME = __DATE__ " " __TIME__;
ReaPack *ReaPack::s_instance = nullptr;