We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55c5a03 commit fa3a11dCopy full SHA for fa3a11d
src/projectM-iTunes/iProjectM/iProjectM-Info.plist
@@ -17,7 +17,7 @@
17
<key>CFBundlePackageType</key>
18
<string>hvpl</string>
19
<key>CFBundleShortVersionString</key>
20
- <string>1.0</string>
+ <string>2.1</string>
21
<key>CFBundleSignature</key>
22
<string>hook</string>
23
<key>CFBundleVersion</key>
src/projectM-iTunes/iprojectM.hpp
@@ -74,8 +74,8 @@
74
#define kTVisualPluginCreator 'hook'
75
76
#define kTVisualPluginMajorVersion 2
77
-#define kTVisualPluginMinorVersion 0
78
-#define kTVisualPluginReleaseStage developStage
+#define kTVisualPluginMinorVersion 1
+#define kTVisualPluginReleaseStage betaStage
79
#define kTVisualPluginNonFinalRelease 0
80
81
struct VisualPluginData;
0 commit comments