git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@1862 0c269be4-1314-0410-8aa9-9f06e86f4224tags/0.71
| @@ -25,7 +25,7 @@ | |||||
| namespace Jack | namespace Jack | ||||
| { | { | ||||
| #define VERSION "0.70" | |||||
| #define VERSION "0.71" | |||||
| #define FORK_SERVER 1 | #define FORK_SERVER 1 | ||||
| @@ -23,7 +23,7 @@ PROJECT_NAME = "Jackdmp" | |||||
| # This could be handy for archiving the generated documentation or | # This could be handy for archiving the generated documentation or | ||||
| # if some version control system is used. | # if some version control system is used. | ||||
| PROJECT_NUMBER = 0.70 | |||||
| PROJECT_NUMBER = 0.71 | |||||
| # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) | # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) | ||||
| # base path where the generated documentation will be put. | # base path where the generated documentation will be put. | ||||
| @@ -7,7 +7,7 @@ | |||||
| <key>CFBundleExecutable</key> | <key>CFBundleExecutable</key> | ||||
| <string>Jackmp</string> | <string>Jackmp</string> | ||||
| <key>CFBundleGetInfoString</key> | <key>CFBundleGetInfoString</key> | ||||
| <string>Jackdmp 0.70, @03-08 Paul Davis, Grame</string> | |||||
| <string>Jackdmp 0.71, @03-08 Paul Davis, Grame</string> | |||||
| <key>CFBundleIdentifier</key> | <key>CFBundleIdentifier</key> | ||||
| <string>com.grame.Jackmp</string> | <string>com.grame.Jackmp</string> | ||||
| <key>CFBundleInfoDictionaryVersion</key> | <key>CFBundleInfoDictionaryVersion</key> | ||||
| @@ -19,6 +19,6 @@ | |||||
| <key>CFBundleSignature</key> | <key>CFBundleSignature</key> | ||||
| <string>????</string> | <string>????</string> | ||||
| <key>CFBundleVersion</key> | <key>CFBundleVersion</key> | ||||
| <string>0.70</string> | |||||
| <string>0.71</string> | |||||
| </dict> | </dict> | ||||
| </plist> | </plist> | ||||
| @@ -28,8 +28,8 @@ LANGUAGE LANG_FRENCH, SUBLANG_FRENCH | |||||
| // | // | ||||
| VS_VERSION_INFO VERSIONINFO | VS_VERSION_INFO VERSIONINFO | ||||
| FILEVERSION 0,7,0,0 | |||||
| PRODUCTVERSION 0,7,0,0 | |||||
| FILEVERSION 0,7,1,0 | |||||
| PRODUCTVERSION 0,7,1,0 | |||||
| FILEFLAGSMASK 0x3fL | FILEFLAGSMASK 0x3fL | ||||
| #ifdef _DEBUG | #ifdef _DEBUG | ||||
| FILEFLAGS 0x1L | FILEFLAGS 0x1L | ||||
| @@ -47,14 +47,14 @@ BEGIN | |||||
| VALUE "Comments", "\0" | VALUE "Comments", "\0" | ||||
| VALUE "CompanyName", "Grame\0" | VALUE "CompanyName", "Grame\0" | ||||
| VALUE "FileDescription", "Jackmp library for Windows\0" | VALUE "FileDescription", "Jackmp library for Windows\0" | ||||
| VALUE "FileVersion", "0, 7, 0, 0\0" | |||||
| VALUE "FileVersion", "0, 7, 1, 0\0" | |||||
| VALUE "InternalName", "libjackmp\0" | VALUE "InternalName", "libjackmp\0" | ||||
| VALUE "LegalCopyright", "Copyright Grame © 2006-2008\0" | VALUE "LegalCopyright", "Copyright Grame © 2006-2008\0" | ||||
| VALUE "LegalTrademarks", "\0" | VALUE "LegalTrademarks", "\0" | ||||
| VALUE "OriginalFilename", "libjackmp.dll\0" | VALUE "OriginalFilename", "libjackmp.dll\0" | ||||
| VALUE "PrivateBuild", "\0" | VALUE "PrivateBuild", "\0" | ||||
| VALUE "ProductName", "libjackmp\0" | VALUE "ProductName", "libjackmp\0" | ||||
| VALUE "ProductVersion", "0, 7, 0, 0\0" | |||||
| VALUE "ProductVersion", "0, 7, 1, 0\0" | |||||
| VALUE "SpecialBuild", "\0" | VALUE "SpecialBuild", "\0" | ||||
| END | END | ||||
| END | END | ||||