diff options
| author | msheby <msheby@cinecert.com> | 2007-10-29 21:24:32 +0000 |
|---|---|---|
| committer | msheby <> | 2007-10-29 21:24:32 +0000 |
| commit | aff131e971b71a648caaae20b6a9c84207085321 (patch) | |
| tree | e5158febbc7cb462716f5bfa391ccff4cfc0e2b8 /src/AS_DCP.h | |
| parent | 57ddb7894042229bbc5f14e9257068afcc6f8725 (diff) | |
Windows portability fixes.
Diffstat (limited to 'src/AS_DCP.h')
| -rwxr-xr-x | src/AS_DCP.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/AS_DCP.h b/src/AS_DCP.h index 5f75521..1cefa98 100755 --- a/src/AS_DCP.h +++ b/src/AS_DCP.h @@ -155,7 +155,7 @@ namespace ASDCP { // 1.0.1. If changes were also required in AS_DCP.h, the new version would be 1.1.1. const ui32_t VERSION_MAJOR = 1; const ui32_t VERSION_APIMINOR = 2; - const ui32_t VERSION_IMPMINOR = 16; + const ui32_t VERSION_IMPMINOR = 17; const char* Version(); // UUIDs are passed around as strings of UUIDlen bytes |
