diff options
-rw-r--r-- | CHANGES.LOG | 3 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/CHANGES.LOG b/CHANGES.LOG index 779ffbc..f878340 100644 --- a/CHANGES.LOG +++ b/CHANGES.LOG @@ -1,3 +1,6 @@ +0.12.21 ( codename Sa'ha Pidip ) + fixed synchronisation in pdp_theonice~ + 0.12.20 ( codename Lavapies ) added contributions from Pablo Martin Caedes ( caedes@sindominio.net ) : pdp_qtext : a layered texts object, based on pdp_text and using imlib2 diff --git a/configure.ac b/configure.ac index e1640c5..00b5c78 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ AC_INIT AC_CANONICAL_HOST AC_CONFIG_HEADER(include/pidip_config.h) -PDP_PIDIP_VERSION="0.12.20" +PDP_PIDIP_VERSION="0.12.21" PD_DIR=/usr/local/pd PDP_DIR=/usr/local/pd/pdp FFMPEG_SOURCE_DIR=/SOURCES/ffmpeg |