Skip to content
This repository was archived by the owner on Sep 23, 2024. It is now read-only.

Commit 565a1aa

Browse files
Add DMDA version
1 parent 9b2b552 commit 565a1aa

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

DMDA.h

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
/*****************************************************************//**
1+
/*****************************************************************//**
22
* \file DMDA.h
33
* \brief Directly Musical Data Access library for VST3 with JUCE.
44
*
55
* \author WuChang
66
7-
* \date July 2023
8-
* \version 1.0.0
7+
* \date Dec 2023
8+
* \version 1.2.2
99
* \license MIT License
1010
*********************************************************************/
1111

@@ -15,6 +15,8 @@
1515
#include "Context.h"
1616
#include "MidiFileContext.h"
1717

18+
#define DMDA_VERSION "1.2.2"
19+
1820
#if DMDA_PLUGIN
1921

2022
#include "PluginProcessor.h"

0 commit comments

Comments
 (0)