소스 검색

Merge branch 'master' into development

Conflicts:
	README.md
Simon Krajewski 11 년 전
부모
커밋
444c11da50
1개의 변경된 파일9개의 추가작업 그리고 7개의 파일을 삭제
  1. 9 7
      README.md

+ 9 - 7
README.md

@@ -23,7 +23,7 @@ You can try Haxe directly from your browser at [try.haxe.org](http://try.haxe.or
 
 For more information about Haxe, head to the [offical Haxe website](http://haxe.org).
 
-## License 
+## License
 
 The Haxe project has several licenses, covering different parts of the projects.
 
@@ -35,13 +35,15 @@ For the complete Haxe licenses, please see http://haxe.org/doc/license or [extra
 
 ## Installing Haxe
 
-The latest stable release is [Haxe v3.1.1](http://haxe.org/download). Pre-built binaries are available for your platform:
+The latest stable release is [Haxe v3.1.2](http://haxe.org/download). Pre-built binaries are available for your platform:
+
+ * **[Windows installer](http://haxe.org/file/haxe-3.1.2-win.exe)**
+ * **[Windows binaries](http://haxe.org/file/haxe-3.1.2-win.zip)**
+ * **[OSX installer](http://haxe.org/file/haxe-3.1.2-osx-installer.pkg)**
+ * **[OSX binaries](http://haxe.org/file/haxe-3.1.2-osx.tar.gz)**
+ * **[Linux 32-bit binaries](http://haxe.org/file/haxe-3.1.2-linux32.tar.gz)**
+ * **[Linux 64-bit binaries](http://haxe.org/file/haxe-3.1.2-linux64.tar.gz)**
 
- * **[Windows installer](http://haxe.org/file/haxe-3.1.1-win.exe)**
- * **[OSX installer](http://haxe.org/file/haxe-3.1.1-osx-installer.pkg)**
- * **[Linux 32-bit binaries](http://haxe.org/file/haxe-3.1.1-linux32.tar.gz)**
- * **[Linux 64-bit binaries](http://haxe.org/file/haxe-3.1.1-linux64.tar.gz)**
- 
 Automated development builds are available from [build.haxe.org](http://build.haxe.org).
 
 ## Building from source