Bumped version number and updated web page.
2 files changed, 13 insertions(+), 1 deletions(-)

M jasm/version.h
M jasm/website/site/index.html
M jasm/version.h +1 -1
@@ 1,1 1,1 @@ 
-1,29
+1,30

          
M jasm/website/site/index.html +12 -0
@@ 121,9 121,11 @@ 
 				<h1>The Binaries</h1>
 				<ul>
 					<li>
+						<a href="binaries/jasm_1.30_linux64.7z">jAsm 1.30 for 64-bit Linux</a>
 						<a href="binaries/jasm_1.29_linux64.7z">jAsm 1.29 for 64-bit Linux</a>
 					</li>
 					<li>
+						<a href="binaries/jasm_1.30_win64.7z">jAsm 1.30 for 64-bit Windows</a>
 						<a href="binaries/jasm_1.29_win64.7z">jAsm 1.29 for 64-bit Windows</a>
 					</li>
 				</ul>

          
@@ 139,6 141,16 @@ 
 				<h1>Version History</h1>
 				<ul>
 					<li>
+						1.30
+						<ul>
+							<li>Fixed a crash when a symbol definition referred to the constant or variable being created.</li>
+							<li>Added loop limit of 1 million iterations.</li>
+							<li>Added 7-bit ASCII conversion format.</li>
+							<li>The list type now has a sort function.</li>
+							<li>stq (nn,sp),y has been removed from 45gs02 instruction set</li>
+						</ul>
+					</li>
+					<li>
 						1.29
 						<ul>
 							<li>Renamed the 'map' type to 'dict' to support the map instruction of the 45gs02.</li>