Skip to content

Commit

Permalink
*upd version
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilya Pronin committed Apr 8, 2019
1 parent 3a744cf commit e127533
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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"
);
Expand Down

0 comments on commit e127533

Please sign in to comment.