Simon Krajewski 8 éve
szülő
commit
120e6b52a6
2 módosított fájl, 3 hozzáadás és 2 törlés
  1. 3 1
      README.md
  2. 0 1
      extra/release-checklist.txt

+ 3 - 1
README.md

@@ -23,6 +23,7 @@ Haxe allows you to compile for the following targets:
  * PHP
  * Python
  * Lua
+ * [HashLink](http://hashlink.haxe.org/)
 
 You can try Haxe directly from your browser at [try.haxe.org](http://try.haxe.org)!
 
@@ -40,7 +41,7 @@ For the complete Haxe licenses, please see https://haxe.org/foundation/open-sour
 
 ## Installing Haxe
 
-The latest stable release is [Haxe 3.4.0-rc.2](https://haxe.org/download/). Pre-built binaries are available for your platform:
+The latest stable release is available at [https://haxe.org/download/](https://haxe.org/download/). Pre-built binaries are available for your platform:
 
  * **[Windows installer](https://haxe.org/download/file/latest/haxe-latest-win.exe/)**
  * **[Windows binaries](https://haxe.org/download/file/latest/haxe-latest-win.zip/)**
@@ -91,6 +92,7 @@ Haxe   | neko
 3.1.3  | 2.0.0
 3.2.0  | 2.0.0
 3.3.0  | 2.1.0
+3.4.0  | 2.1.0
 
 
 ## Contributing

+ 0 - 1
extra/release-checklist.txt

@@ -9,7 +9,6 @@
 - Make sure CHANGES.txt has a proper date set!
 - Make sure `version` in globals.ml has the correct value.
 - Update README.md:
-  - Installing Haxe: update "Latest stable version"
   - Version compatibility: add/update the Haxe/Neko version
 - Merge development branch into master.
 - Wait for Travis to greenlight master.