X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=README;h=6a561b77b9fe7040e2d481cfe8f7e6c8b8b92a9f;hb=2ec3ce818a3281d34c2855e399b8d2590b507bf9;hp=dafa2c6392e55fb242f26aef69a0860a50a0e908;hpb=cca027ba14a10981c37032b0449faefd9e7ac7a7;p=lyx.git diff --git a/README b/README index dafa2c6392..6a561b77b9 100644 --- a/README +++ b/README @@ -41,9 +41,9 @@ How does the LyX version scheme work? LyX uses a contiguous numbering scheme for versions, where a number "1.x.y" indicates a stable release '1.x', maintenance - release 'y'. In other words, LyX 1.4.0 was the first stable - release in the 1.4-series of LyX. At the time of writing, the - latest maintenance release in the 1.4-series was LyX 1.4.4. + release 'y'. In other words, LyX 1.5.0 was the first stable + release in the 1.5-series of LyX. At the time of writing, the + latest maintenance release in the 1.5-series was LyX 1.5.2 Please note that maintenance releases are designed primarily to fix bugs, and that the file format will _never_ change due to a @@ -88,10 +88,10 @@ How do I upgrade from an earlier LyX version? What do I need to compile LyX from the source distribution? * A good C++ compiler. Development is being done mainly with - gcc/g++, but some others work also. As of LyX 1.5.0, you need at + gcc/g++, but some others work also. As of LyX 1.6.0, you need at least gcc 3.2.x. - * The Qt4 library, version 4.1.1 or newer. + * The Qt4 library, version 4.2.0 or newer. Read the file "INSTALL" for more information on compiling.