Incrementing build number to differentiate Head from release version
authorjhurst <jhurst@cinecert.com>
Fri, 22 Feb 2019 19:45:16 +0000 (11:45 -0800)
committerjhurst <jhurst@cinecert.com>
Fri, 22 Feb 2019 19:45:16 +0000 (11:45 -0800)
configure.ac

index 05f06692fae1dc659e0648e347407ecba70724f7..74e3f317c5c1136f0885938a45212f6ae18dc8f4 100644 (file)
@@ -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.32], [asdcplib@cinecert.com])
+AC_INIT([asdcplib], [2.10.33], [asdcplib@cinecert.com])
 
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_SRCDIR([src/KM_error.h])