aboutsummaryrefslogtreecommitdiffstats
path: root/docs/faq
diff options
context:
space:
mode:
authorAlexander Kriegisch <Alexander@Kriegisch.name>2024-01-04 08:29:34 +0700
committerAlexander Kriegisch <Alexander@Kriegisch.name>2024-01-06 10:09:11 +0100
commitf7962810eca3ddda75d64b85caab2449eeff480e (patch)
tree1c6b31641f1e0b714afbb699cebfd1da3ccf96f8 /docs/faq
parent0065b755292708d6fd27c067564ecef2b10ede04 (diff)
downloadaspectj-f7962810eca3ddda75d64b85caab2449eeff480e.tar.gz
aspectj-f7962810eca3ddda75d64b85caab2449eeff480e.zip
Bulk-rename release read-me files to version numbers with dots
Also rename references. E.g. - RELEASE-11 -> RELEASE-1.1 - RELEASE-1810 -> RELEASE-1.8.10 - RELEASE-1921 -> RELEASE-1.9.21 Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
Diffstat (limited to 'docs/faq')
-rw-r--r--docs/faq/faq.adoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/faq/faq.adoc b/docs/faq/faq.adoc
index 6db5afa34..a5a76e804 100644
--- a/docs/faq/faq.adoc
+++ b/docs/faq/faq.adoc
@@ -3308,10 +3308,10 @@ significant releases (1.0, 1.1).
|Version |Description
|AspectJ 1.5 |Upgrade to support Java 5 language and much better
-load-time weaving. See README-150.html for more details.
+load-time weaving. See README-1.5.0.html for more details.
|AspectJ 1.1 |A few language changes and clarifications; bytecode
-weaving and incremental compilation. See README-11.html for more detail.
+weaving and incremental compilation. See README-1.1.html for more detail.
|AspectJ 1.0 |Many language changes, fixes, cleanup and clarifications,
some significant.