diff options
| author | mikey <mikey@cinecert.com> | 2013-02-20 18:32:24 +0000 |
|---|---|---|
| committer | mikey <> | 2013-02-20 18:32:24 +0000 |
| commit | d176f1bd562d3d6617e77c8ac4ec2e57a6afbbba (patch) | |
| tree | 62b5355f279e6130051554dfca666e271c249a05 | |
| parent | 9998b893b47f111f41c4f0fcf1067efe5b7a62f3 (diff) | |
Version roll for release.
| -rwxr-xr-x | README | 2 | ||||
| -rw-r--r-- | configure.ac | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -139,7 +139,7 @@ command-line utilities all respond to -h. Change History -YYYY-MM-DD - bug fixes, enhancements M.N.RR +2013-02-20 - bug fixes, enhancements 1.10.48 o Refactored internals of the AS-DCP file readers. While no changes in behavior are intended, users are cautioned to test thouroughly before use in production. diff --git a/configure.ac b/configure.ac index a418c81..0c9af7f 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], [1.10.47], [asdcplib@cinecert.com]) +AC_INIT([asdcplib], [1.10.48], [asdcplib@cinecert.com]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_SRCDIR([src/KM_error.h]) |
