diff options
| author | jhurst <jhurst@cinecert.com> | 2007-03-26 23:08:16 +0000 |
|---|---|---|
| committer | jhurst <> | 2007-03-26 23:08:16 +0000 |
| commit | 253b0b7af5aacd4e112190689fbdeb10968ca074 (patch) | |
| tree | eb099ebc6e627ea3f7329af92641e756e3e3cae3 /src/AS_DCP.h | |
| parent | 3a4cfef4ecefd74ff3684d06e931414f8baf3580 (diff) | |
added identifier list type
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 4e10d09..05b1e65 100755 --- a/src/AS_DCP.h +++ b/src/AS_DCP.h @@ -144,7 +144,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 = 1; - const ui32_t VERSION_IMPMINOR = 13; + const ui32_t VERSION_IMPMINOR = 14; const char* Version(); // UUIDs are passed around as strings of UUIDlen bytes |
