Skip to content

version_bump

Ryzom Core Wiki edited this page Jul 8, 2024 · 4 revisions

title: Bumping the NeL version description: published: true date: 2023-03-16T22:42:49.053Z tags: editor: markdown dateCreated: 2019-11-24T12:05:50.602Z

Simply adjust the NeL version in code/CMakeLists.txt.

SET(NL_VERSION_MAJOR 1)
SET(NL_VERSION_MINOR 0)
SET(NL_VERSION_PATCH 0)

Reference: https://github.com/ryzom/ryzomcore/commit/0017a5fb26d090a1b837a1aff18f0d8c59174687

Clone this wiki locally