diff options
| author | John Hurst <jhurst@cinecert.com> | 2023-07-31 08:03:01 -0700 |
|---|---|---|
| committer | John Hurst <jhurst@cinecert.com> | 2023-07-31 08:03:01 -0700 |
| commit | 029917a06659f4fa313e41f7bc77b4273166609d (patch) | |
| tree | d81f38221a92667fd5069fc1478db8e225ece823 | |
| parent | 1f52124a55fce065e09c728513b715ecb7e01452 (diff) | |
feat: new version indicatse API changes
| -rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 2fd0f4e..34377fe 100644 --- a/configure.ac +++ b/configure.ac @@ -37,7 +37,7 @@ AC_PREREQ([2.59]) # 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. -AC_INIT([asdcplib], [2.12.4], [asdcplib@cinecert.com]) +AC_INIT([asdcplib], [2.13.0], [asdcplib@cinecert.com]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_SRCDIR([src/KM_error.h]) |
