瀏覽代碼

Automatically generate RCVERSION

Avoid having to update this manually.
tags/v1.12.90
Pierre Ossman 1 年之前
父節點
當前提交
7c288cfcdf
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      CMakeLists.txt

+ 1
- 1
CMakeLists.txt 查看文件

set(VERSION 1.12.80) set(VERSION 1.12.80)


# The RC version must always be four comma-separated numbers # The RC version must always be four comma-separated numbers
set(RCVERSION 1,12,80,0)
string(REPLACE . , RCVERSION "${VERSION}.0")


# Installation paths # Installation paths
include(GNUInstallDirs) include(GNUInstallDirs)

Loading…
取消
儲存