Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTon Roosendaal <ton@blender.org>2010-02-16 21:16:54 +0300
committerTon Roosendaal <ton@blender.org>2010-02-16 21:16:54 +0300
commiteb7d8651f1b9c1e7f473ea62f2cc1a39202fde57 (patch)
treef206d2a9cd3ff862464b315dc7e6ab28cd1d4981
parent8ca226a3efcdc1c16a68329abcb68748d100d113 (diff)
2.51: second commit, splash png and Makefile fix
-rw-r--r--release/Makefile3
-rw-r--r--release/VERSION2
-rw-r--r--release/datafiles/splash.pngbin202316 -> 206598 bytes
3 files changed, 2 insertions, 3 deletions
diff --git a/release/Makefile b/release/Makefile
index 9fe83ef3494..809ac548724 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -91,9 +91,8 @@ package: version makedirs
install: package
@#echo "****> Install text"
- @cp text/blender.html $(DISTDIR)
+ @cp text/readme.html $(DISTDIR)
@cp text/*.txt $(DISTDIR)
- @cp text/*.pdf $(DISTDIR)
ifeq ($(FREEDESKTOP), true)
@#echo "****> Install freedesktop icons"
@mkdir $(DISTDIR)/icons
diff --git a/release/VERSION b/release/VERSION
index e1cbf32a280..f838d66c68f 100644
--- a/release/VERSION
+++ b/release/VERSION
@@ -1 +1 @@
-2.5-alpha0
+2.5-alpha1
diff --git a/release/datafiles/splash.png b/release/datafiles/splash.png
index da4f1e1b2f1..cb4ec0cdeae 100644
--- a/release/datafiles/splash.png
+++ b/release/datafiles/splash.png
Binary files differ