1.9.2 released
diff --git a/doc/released/README-192.html b/doc/released/README-192.html
new file mode 100644
index 0000000..d93ad05
--- /dev/null
+++ b/doc/released/README-192.html
@@ -0,0 +1,35 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
+<html> <head>
+<title>AspectJ 1.9.2 Readme</title>
+<style type="text/css">
+<!--
+  P   { margin-left:  20px; }
+  PRE { margin-left:  20px; }
+  LI  { margin-left:  20px; }
+  H4  { margin-left:  20px; }
+  H3  { margin-left:  10px; }
+-->
+</style>
+</head>
+
+<body>
+<div align="right"><small>
+&copy; Copyright 2018 Contributors.
+All rights reserved.
+</small></div>
+<p>The full list of resolved issues in 1.9.2 is available 
+<a href="https://bugs.eclipse.org/bugs/buglist.cgi?bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&f0=OP&f1=OP&f3=CP&f4=CP&j1=OR&list_id=16866879&product=AspectJ&query_format=advanced&target_milestone=1.9.2">here</a></h2>.</p>
+
+<h1>AspectJ 1.9.2</h1>
+
+<h4>Java 11 support</h4>
+<p>AspectJ now supports Java11. It has been updated to a more recent JDT compiler that supports Java 11 (JDTCore #6373b82afa49b).
+
+<p>Available: 1.9.2 available Oct-2018</p>
+
+<br><br>
+
+
+<!-- ============================== -->  
+</body>
+</html>
diff --git a/downloads.php b/downloads.php
index b44f9d8..6c27b3c 100644
--- a/downloads.php
+++ b/downloads.php
@@ -159,13 +159,13 @@
   <h3 id="stable_release">Latest Stable Release</h3>
   <ul>
     <li>
-    <b>AspectJ 1.9.2-rc3, Released 15 Oct 2018</b>
+    <b>AspectJ 1.9.2, Released 24 Oct 2018</b>
  	<table border="0" cellspacing="0" cellpadding="0" width="100%">
     <tr>
       <td><ul>AspectJ compiler, browser, documentation tool, Ant tasks, and documentation.</ul></td>
       <td width="30%" align="right">
-          <a href="http://www.eclipse.org/downloads/download.php?file=/tools/aspectj/aspectj-1.9.2.RC3.jar">aspectj-1.9.2.RC3.jar</a> (~17M)<br>
-          <a href="http://www.eclipse.org/downloads/download.php?file=/tools/aspectj/aspectj-1.9.2.RC3-src.jar">aspectj-1.9.2.RC3-src.jar</a>
+          <a href="http://www.eclipse.org/downloads/download.php?file=/tools/aspectj/aspectj-1.9.2.jar">aspectj-1.9.2.jar</a> (~17M)<br>
+          <a href="http://www.eclipse.org/downloads/download.php?file=/tools/aspectj/aspectj-1.9.2-src.jar">aspectj-1.9.2-src.jar</a>
       </td>
     </tr>
     </table>
diff --git a/index.php b/index.php
index 059d4fc..30d6d3b 100644
--- a/index.php
+++ b/index.php
@@ -87,6 +87,12 @@
 		<div class="homeitem">
 			<h3>News and Events</h3>
 
+<li>AspectJ 1.9.2 is <a href="downloads.php">available for download</a>.
+See the <a href="doc/released/README-192.html">readme</a>
+for more information.
+<br><div align="right"><span class="dates"><i>posted 24-Oct-18</i></span></div>
+</li>
+
 <li>AspectJ 1.9.1 is <a href="downloads.php">available for download</a>.
 See the <a href="doc/released/README-191.html">readme</a>
 for more information.