diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2005-11-23 06:52:29 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2005-11-23 06:52:29 +0000 |
commit | 897e533ff49b6a5f4513219abc8835b00056f3dc (patch) | |
tree | 937019e157dcfb5cfe4d8e27d1cf8216ba5c902b /externals/Makefile.buildlayout | |
parent | ea58cfce74d55c41a2f8f4f774a41f8dfa876f6b (diff) |
copy the extendedRC4 buildlayout to all the right places
svn path=/trunk/; revision=4022
Diffstat (limited to 'externals/Makefile.buildlayout')
-rw-r--r-- | externals/Makefile.buildlayout | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/externals/Makefile.buildlayout b/externals/Makefile.buildlayout index c42f20c3..921a7959 100644 --- a/externals/Makefile.buildlayout +++ b/externals/Makefile.buildlayout @@ -21,9 +21,9 @@ # abstractions # externals/build # packages +# doc # # it will be going here too: -# doc # extensions # gem # pd @@ -130,10 +130,8 @@ PD_VERSION = $(PD_MAJOR_VERSION).$(PD_MINOR_VERSION).$(PD_BUGFIX_VERSION) # release version for this distro -PACKAGE_VERSION = extended-RC3 +PACKAGE_VERSION = extended-RC4 PACKAGE_NAME = Pd-$(PD_VERSION)-$(PACKAGE_VERSION) -DMG_NAME = $(PACKAGE_NAME) - |