Browse Source

Start of 0.67 version

git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@1558 0c269be4-1314-0410-8aa9-9f06e86f4224
tags/0.67
sletz 17 years ago
parent
commit
afb9f5fc16
4 changed files with 7 additions and 7 deletions
  1. +1
    -1
      common/JackConstants.h
  2. +1
    -1
      doxyfile
  3. +1
    -1
      macosx/Jack-Info.plist
  4. +4
    -4
      windows/resource.rc

+ 1
- 1
common/JackConstants.h View File

@@ -19,7 +19,7 @@

#define PRINTDEBUG

#define VERSION "0.66"
#define VERSION "0.67"

#define FORK_SERVER 1



+ 1
- 1
doxyfile View File

@@ -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.66
PROJECT_NUMBER = 0.67

# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.


+ 1
- 1
macosx/Jack-Info.plist View File

@@ -7,7 +7,7 @@
<key>CFBundleExecutable</key>
<string>Jackmp</string>
<key>CFBundleGetInfoString</key>
<string>Jackdmp 0.66, @03-07 Paul Davis, Grame</string>
<string>Jackdmp 0.67, @03-07 Paul Davis, Grame</string>
<key>CFBundleIdentifier</key>
<string>com.grame.Jackmp</string>
<key>CFBundleInfoDictionaryVersion</key>


+ 4
- 4
windows/resource.rc View File

@@ -28,8 +28,8 @@ LANGUAGE LANG_FRENCH, SUBLANG_FRENCH
//
VS_VERSION_INFO VERSIONINFO
FILEVERSION 0,6,6,0
PRODUCTVERSION 0,6,6,0
FILEVERSION 0,6,7,0
PRODUCTVERSION 0,6,7,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, 6, 6, 0\0"
VALUE "FileVersion", "0, 6, 7, 0\0"
VALUE "InternalName", "libjackmp\0"
VALUE "LegalCopyright", "Copyright Grame © 2006-2007\0"
VALUE "LegalTrademarks", "\0"
VALUE "OriginalFilename", "libjackmp.dll\0"
VALUE "PrivateBuild", "\0"
VALUE "ProductName", "libjackmp\0"
VALUE "ProductVersion", "0, 6, 6, 0\0"
VALUE "ProductVersion", "0, 6, 7, 0\0"
VALUE "SpecialBuild", "\0"
END
END


Loading…
Cancel
Save