diff options
| author | jhurst <jhurst@cinecert.com> | 2008-05-20 22:40:09 +0000 |
|---|---|---|
| committer | jhurst <> | 2008-05-20 22:40:09 +0000 |
| commit | 8bf17481fbd360094c04d25023986b38e57205bc (patch) | |
| tree | 222c85334489434c4bb2177212956c205d2c2a93 /src/AS_DCP.h | |
| parent | 71e5dbde64e9186cfd5de462553485612218d6fc (diff) | |
version reorg, precedence patch for stat check
Diffstat (limited to 'src/AS_DCP.h')
| -rwxr-xr-x | src/AS_DCP.h | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/src/AS_DCP.h b/src/AS_DCP.h index e03557a..bda4c13 100755 --- a/src/AS_DCP.h +++ b/src/AS_DCP.h @@ -146,17 +146,8 @@ typedef unsigned int ui32_t; // All library components are defined in the namespace ASDCP // namespace ASDCP { - // The version number consists of three segments: major, API minor, and - // implementation minor. Whenever a change is made to AS_DCP.h, the API minor - // version will increment. Changes made to the internal implementation will - // result in the incrementing of the implementation minor version. - - // For example, if asdcplib version 1.0.0 were modified to accomodate changes - // in file format, and if no changes were made to AS_DCP.h, the new version would be - // 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 = 3; - const ui32_t VERSION_IMPMINOR = 19; + // + // The version number declaration and explanation have moved to ../configure.ac const char* Version(); // UUIDs are passed around as strings of UUIDlen bytes |
