diff options
| author | tmccolm <tmccolm@cinecert.com> | 2018-10-16 00:00:14 +0000 |
|---|---|---|
| committer | tmccolm <> | 2018-10-16 00:00:14 +0000 |
| commit | cd51451fd83dc40dfd0db22d42f1c811b15e699d (patch) | |
| tree | 7913131cf752d8f345329bc80a910ae817be4d5b | |
| parent | b34e3f4d38b640d7d542c293718c9b146cdcce0a (diff) | |
Changed version number to 2.10.32 to diffentiate HEAD from release version
| -rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 9c5197c..e861cb0 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.10.31], [asdcplib@cinecert.com]) +AC_INIT([asdcplib], [2.10.32], [asdcplib@cinecert.com]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_SRCDIR([src/KM_error.h]) |
