diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-09-09 01:20:11 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-09-09 01:20:11 +0000 |
commit | 120f1317e78cdfbd5261142b23b9f78af6020d1d (patch) | |
tree | b75786890e5b055256da8fa75ca6dabde9a7a5af | |
parent | 193a74a0ab7880800b688e91106668b373f9df54 (diff) |
labeled version as 0.12.6
svn path=/trunk/externals/pdp/; revision=14005
-rw-r--r-- | CHANGES.LOG | 5 | ||||
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | opengl/Makefile.config | 2 |
4 files changed, 8 insertions, 3 deletions
diff --git a/CHANGES.LOG b/CHANGES.LOG index 263be4f..5835273 100644 --- a/CHANGES.LOG +++ b/CHANGES.LOG @@ -164,4 +164,9 @@ v0.12: 2003/06/21 pd-0.40 compatibility sdl delayed window creation +0.12.6: + fixes to pdp_imageproc from John Harrison + 64-bit support + other random fixes + build fixes @@ -1,4 +1,4 @@ -PDP - Pure Data Packet v0.12.4 +PDP - Pure Data Packet v0.12.6 a packet processing library for pure data Copyright (c) by Tom Schouten <tom@zwizwa.be> diff --git a/configure.ac b/configure.ac index ccb8594..6a332e1 100644 --- a/configure.ac +++ b/configure.ac @@ -7,7 +7,7 @@ AC_HEADER_STDC dnl TAG REPO WHEN RELEASE VERSION CHANGES !!! dnl After changing version, do "make mrproper ; sh bootstrap" -PDP_VERSION=0.12.6-darcs +PDP_VERSION=0.12.6 diff --git a/opengl/Makefile.config b/opengl/Makefile.config index 9b02c5a..1e0fd61 100644 --- a/opengl/Makefile.config +++ b/opengl/Makefile.config @@ -1,7 +1,7 @@ prefix = /usr/local -PDP_VERSION=0.12.5-darcs +PDP_VERSION=0.12.6 PDP_DIR = ../../include PDP_OGL_DIR = ../include |