You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[OpenGrok - a wicked fast source browser](#opengrok---a-wicked-fast-source-browser)
12
12
-[1. Introduction](#1-introduction)
13
-
-[2. OpenGrok install and setup](#2-opengrok-install-and-setup)
13
+
-[2. OpenGrok install and setup](#2-Installation)
14
14
-[3. Information for developers](#3-information-for-developers)
15
15
-[4. Authors](#4-authors)
16
16
-[5. Contact us](#5-contact-us)
@@ -34,9 +34,9 @@ See https://github.com/oracle/opengrok/wiki/How-to-setup-OpenGrok
34
34
35
35
OpenGrok uses [semantic versioning](https://semver.org/) and the version components further indicate more details about updating to newer version. The version scheme is *major.minor.micro* and change in any component is interpreted as:
36
36
37
-
- major - major backwards incompatible update, will require full reindex as well as configuration changes
38
-
- minor - full clean reindex of your repositories is needed (e. g. index format has changed)
39
-
- micro - redeploy web application
37
+
- major - major backwards incompatible update, will require full reindex as well as configuration changes
38
+
- minor - full clean reindex of your repositories is needed (e. g. index format has changed)
39
+
- micro - redeploy web application
40
40
41
41
Generally it is possible to go backward only within the micro version.
0 commit comments