Updated Making A Release (markdown)

This commit is contained in:
Oliver Hamlet
2015-06-19 12:49:09 +01:00
parent 0874f2529d
commit 3375ffc458
+3 -3
View File
@@ -3,9 +3,9 @@ What needs to be done to release a new version of LOOT.
### Preparation
1. Make sure that the version history has been updated, and the release date has been filled in in the readme and the API header file.
2. Compile the .mo translation files from the .po files in the `loot` repository.
3. Generate a new LaTeX copy of the API documentation, and from that generate a PDF.
4. Update the version numbers in `src/backend/globals.cpp`, `src/resource.rc` and `src/installer.nsi`.
2. Update the version numbers in `src/api/api.h`, `src/backend/globals.cpp`, `src/resource.rc` and `src/installer.nsi`.
3. Compile the .mo translation files from the .po files in the `loot` repository.
4. Generate a new LaTeX copy of the API documentation, and from that generate a PDF.
### Packaging & Release