From 12d9013c4d66c5b511e5ccf41a1f31687e3ed773 Mon Sep 17 00:00:00 2001 From: sletz Date: Thu, 10 Apr 2008 17:14:50 +0000 Subject: [PATCH] Start of version 0.72 git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@2140 0c269be4-1314-0410-8aa9-9f06e86f4224 --- common/JackConstants.h | 2 +- doxyfile | 2 +- macosx/Jack-Info.plist | 4 ++-- windows/resource.rc | 8 ++++---- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/common/JackConstants.h b/common/JackConstants.h index c49ebd4e..5da7e2ed 100644 --- a/common/JackConstants.h +++ b/common/JackConstants.h @@ -25,7 +25,7 @@ namespace Jack { -#define VERSION "0.71" +#define VERSION "0.72" #define FORK_SERVER 1 diff --git a/doxyfile b/doxyfile index 3a883029..67b254d1 100644 --- a/doxyfile +++ b/doxyfile @@ -23,7 +23,7 @@ PROJECT_NAME = "Jackdmp" # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = 0.71 +PROJECT_NUMBER = 0.72 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. diff --git a/macosx/Jack-Info.plist b/macosx/Jack-Info.plist index 7da8ea59..3485e165 100644 --- a/macosx/Jack-Info.plist +++ b/macosx/Jack-Info.plist @@ -7,7 +7,7 @@ CFBundleExecutable Jackservermp CFBundleGetInfoString - Jackdmp 0.71, @03-08 Paul Davis, Grame + Jackdmp 0.72, @03-08 Paul Davis, Grame CFBundleIdentifier com.grame.Jackmp CFBundleInfoDictionaryVersion @@ -19,6 +19,6 @@ CFBundleSignature ???? CFBundleVersion - 0.71 + 0.72 diff --git a/windows/resource.rc b/windows/resource.rc index f70005f4..0558a27c 100644 --- a/windows/resource.rc +++ b/windows/resource.rc @@ -28,8 +28,8 @@ LANGUAGE LANG_FRENCH, SUBLANG_FRENCH // VS_VERSION_INFO VERSIONINFO - FILEVERSION 0,7,1,0 - PRODUCTVERSION 0,7,1,0 + FILEVERSION 0,7,2,0 + PRODUCTVERSION 0,7,2,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -47,14 +47,14 @@ BEGIN VALUE "Comments", "\0" VALUE "CompanyName", "Grame\0" VALUE "FileDescription", "Jackmp library for Windows\0" - VALUE "FileVersion", "0, 7, 1, 0\0" + VALUE "FileVersion", "0, 7, 2, 0\0" VALUE "InternalName", "libjackmp\0" VALUE "LegalCopyright", "Copyright Grame © 2006-2008\0" VALUE "LegalTrademarks", "\0" VALUE "OriginalFilename", "libjackmp.dll\0" VALUE "PrivateBuild", "\0" VALUE "ProductName", "libjackmp\0" - VALUE "ProductVersion", "0, 7, 1, 0\0" + VALUE "ProductVersion", "0, 7, 2, 0\0" VALUE "SpecialBuild", "\0" END END