Index: /applications/editors/josm/nsis/josm-setup-unix.sh
===================================================================
--- /applications/editors/josm/nsis/josm-setup-unix.sh	(revision 5156)
+++ /applications/editors/josm/nsis/josm-setup-unix.sh	(revision 5157)
@@ -11,6 +11,12 @@
 LAUNCH4J="java -jar launch4j/launch4j.jar"
 
-export VERSION=latest
-#export VERSION=custom
+svncorerevision=`svnversion ../core`
+svnpluginsrevision=`svnversion ../plugins`
+svnrevision="$svncorerevision-$svnpluginsrevision"
+
+#export VERSION=latest
+export VERSION=custom-${svnrevision}
+
+echo "Creating Windows Instller for josm-$VERSION"
 
 ##################################################################
