Skip to content
Snippets Groups Projects
Commit 84a01407 authored by jsiegle's avatar jsiegle
Browse files

Update project version to 0.2

0.0 = Cosyne 2012
0.1 = SfN 2012
0.2 = alpha release
0.3 = beta release
1.0 = the REAL DEAL?
parent 635b1321
Branches
Tags
No related merge requests found
......@@ -16,9 +16,9 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleShortVersionString</key>
<string>0.1.0</string>
<string>0.2.0</string>
<key>CFBundleVersion</key>
<string>0.1.0</string>
<string>0.2.0</string>
<key>NSHumanReadableCopyright</key>
<string>Open Ephys</string>
<key>NSHighResolutionCapable</key>
......
......@@ -7,7 +7,7 @@
#include <windows.h>
VS_VERSION_INFO VERSIONINFO
FILEVERSION 0,1,0,0
FILEVERSION 0,2,0,0
BEGIN
BLOCK "StringFileInfo"
BEGIN
......@@ -15,9 +15,9 @@ BEGIN
BEGIN
VALUE "CompanyName", "Open Ephys\0"
VALUE "FileDescription", "open-ephys\0"
VALUE "FileVersion", "0.1.0\0"
VALUE "FileVersion", "0.2.0\0"
VALUE "ProductName", "open-ephys\0"
VALUE "ProductVersion", "0.1.0\0"
VALUE "ProductVersion", "0.2.0\0"
END
END
......
......@@ -7,7 +7,7 @@
#include <windows.h>
VS_VERSION_INFO VERSIONINFO
FILEVERSION 0,1,0,0
FILEVERSION 0,2,0,0
BEGIN
BLOCK "StringFileInfo"
BEGIN
......@@ -15,9 +15,9 @@ BEGIN
BEGIN
VALUE "CompanyName", "Open Ephys\0"
VALUE "FileDescription", "open-ephys\0"
VALUE "FileVersion", "0.1.0\0"
VALUE "FileVersion", "0.2.0\0"
VALUE "ProductName", "open-ephys\0"
VALUE "ProductVersion", "0.1.0\0"
VALUE "ProductVersion", "0.2.0\0"
END
END
......
......@@ -39,8 +39,8 @@
namespace ProjectInfo
{
const char* const projectName = "open-ephys";
const char* const versionString = "0.1.0";
const int versionNumber = 0x100;
const char* const versionString = "0.2.0";
const int versionNumber = 0x200;
}
#endif // __APPHEADERFILE_YNSYIRR__
<?xml version="1.0" encoding="UTF-8"?>
<JUCERPROJECT id="ynSYIrr" name="open-ephys" projectType="guiapp" version="0.1.0"
<JUCERPROJECT id="ynSYIrr" name="open-ephys" projectType="guiapp" version="0.2.0"
juceLinkage="amalg_multi" buildVST="1" buildRTAS="0" buildAU="1"
pluginName="Juce Project" pluginDesc="Juce Project" pluginManufacturer="yourcompany"
pluginManufacturerCode="Manu" pluginCode="Plug" pluginChannelConfigs="{1, 1}, {2, 2}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment