How do I set build number when compiling from source?

I successfully compiled doomsday from source, but it shows current day build number on launch. How do I set specific build number?

Comments

  • edited 2019 Dec 30
    Set the CMake variable DENG_BUILD when configuring the build.

    For example: -DDENG_BUILD=1234
Sign In or Register to comment.