| 
					
				 | 
			
			
				@@ -4,7 +4,7 @@ VERSION=$1 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 cd `dirname "$0"`/../.. 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 AMBER_BASE=`pwd` 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-cd $AMBER_BASE/st 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+cd $AMBER_BASE/src 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 # replace version number 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 cp Kernel-Infrastructure.st Kernel-Infrastructure.st.bak 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 sed -e "/^version\$/,/^\! \!\$/ s/\^ '[0-9]\{1,\}\.[0-9]\{1,\}\.[0-9]\{1,\}\(-pre\)\{0,1\}'\$/^ '$VERSION'/" Kernel-Infrastructure.st.bak >Kernel-Infrastructure.st 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -12,7 +12,7 @@ rm Kernel-Infrastructure.st.bak 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 # compile Kernel-Infrastructure 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 cd $AMBER_BASE 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-bin/amberc -D js -l Kernel-Objects,Kernel-Collections st/Kernel-Infrastructure.st 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+bin/amberc -D js -l Kernel-Objects,Kernel-Collections src/Kernel-Infrastructure.st 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 # set version in all json files (bower, npm) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 for F in *.json; do 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   cp $F $F.bak 
			 |