From e127533ac229fc1bc0c18dbc53413dc4268d3b90 Mon Sep 17 00:00:00 2001 From: Ilya Pronin Date: Mon, 8 Apr 2019 09:45:58 +0300 Subject: [PATCH] *upd version --- main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.cpp b/main.cpp index e945b64..b802d9e 100644 --- a/main.cpp +++ b/main.cpp @@ -5,7 +5,7 @@ // Note that it is possible to declare multiple components within one DLL, but it's strongly recommended to keep only one declaration per DLL. // As for 1.1, the version numbers are used by the component update finder to find updates; for that to work, you must have ONLY ONE declaration per DLL. If there are multiple declarations, the component is assumed to be outdated and a version number of "0" is assumed, to overwrite the component with whatever is currently on the site assuming that it comes with proper version numbers. DECLARE_COMPONENT_VERSION( -"Rehearsal","0.4","Loop intervals, export/import CUE sheets.\n\nby Ilya Pronin, 2019. MIT License.\n\n" +"Rehearsal","0.5","Loop intervals, export/import CUE sheets.\n\nby Ilya Pronin, 2019. MIT License.\n\n" "Fork me on github:\n" "https://github.com/ptytb/foo_rehearsal" );