Index: tt-loader/Makefile
===================================================================
--- tt-loader/Makefile	(revision 12)
+++ tt-loader/Makefile	(revision 15)
@@ -5,5 +5,5 @@
 LDFLAGS = -g $(LIBS)
 APP_NAME = tt-loader
-APP_VERSION = 0.2
+APP_VERSION = 0.2.1
 
 # Adapt this to your system
@@ -30,5 +30,6 @@
 pkg: 2nd
 	rm -f $(APP_NAME)-$(APP_VERSION).tar.gz
-	tar czf $(APP_NAME)-$(APP_VERSION).tar.gz Makefile *.c COPYING README commands.txt \
+	tar czf $(APP_NAME)-$(APP_VERSION).tar.gz Makefile *.c COPYING README \
+		CMD-SYNTAX commands.txt write-splash.txt FlashWriteNAND.txt \
 		tt-loader.sh 2nd/arm.ld 2nd/*.h 2nd/*.c 2nd/Makefile 2nd/start.S 2nd/2nd.bin
 
