diff options
-rw-r--r-- | CHANGES.LOG | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/CHANGES.LOG b/CHANGES.LOG index dbfbe74..68ec967 100644 --- a/CHANGES.LOG +++ b/CHANGES.LOG @@ -1,3 +1,5 @@ +0.12.7 + added pdp_canvas : a canvas to display several video sources 0.12.6 fix conflict between pdp_text and pdp_imgloader ( and the likes using Imlib2 ) fix successive loading of images in pdp_imgloader diff --git a/configure.ac b/configure.ac index c9c6ebf..632e822 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT -PDP_PIDIP_VERSION=0.12.6 +PDP_PIDIP_VERSION=0.12.7 PD_DIR=/usr/local/pd PDP_DIR=/usr/local/pd/pdp FFMPEG_SOURCE_DIR=/SOURCES/ffmpeg |