mirror of
https://github.com/QIDITECH/QIDIStudio.git
synced 2026-01-30 16:38:41 +03:00
update version
This commit is contained in:
@@ -181,11 +181,15 @@ set(CMAKE_POSITION_INDEPENDENT_CODE ON)
|
|||||||
# We pick it from environment if it is not defined in another way
|
# We pick it from environment if it is not defined in another way
|
||||||
if(WIN32)
|
if(WIN32)
|
||||||
if(EXISTS "${CMAKE_SOURCE_DIR}/scripts/hooks/pre-commit" AND EXISTS "${CMAKE_SOURCE_DIR}/.git")
|
if(EXISTS "${CMAKE_SOURCE_DIR}/scripts/hooks/pre-commit" AND EXISTS "${CMAKE_SOURCE_DIR}/.git")
|
||||||
message(STATUS ".git: directory")
|
if(IS_DIRECTORY "${CMAKE_SOURCE_DIR}/.git")
|
||||||
configure_file(
|
message(STATUS ".git: directory")
|
||||||
"${CMAKE_SOURCE_DIR}/scripts/hooks/pre-commit"
|
configure_file(
|
||||||
"${CMAKE_SOURCE_DIR}/.git/hooks/pre-commit"
|
"${CMAKE_SOURCE_DIR}/scripts/hooks/pre-commit"
|
||||||
)
|
"${CMAKE_SOURCE_DIR}/.git/hooks/pre-commit"
|
||||||
|
)
|
||||||
|
else()
|
||||||
|
message(STATUS "skip pre-commit git hook")
|
||||||
|
endif()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
find_package(PkgConfig REQUIRED)
|
find_package(PkgConfig REQUIRED)
|
||||||
@@ -567,12 +571,12 @@ foreach(po_file ${QDT_L10N_PO_FILES})
|
|||||||
endforeach()
|
endforeach()
|
||||||
|
|
||||||
# copy pt-BR/QidiStudio.mo to pt_br/
|
# copy pt-BR/QidiStudio.mo to pt_br/
|
||||||
SET(PT_BR "${L10N_DIR}/pt-BR/QIDIStudio.mo")
|
#SET(PT_BR "${L10N_DIR}/pt-BR/QIDIStudio.mo")
|
||||||
SET(PT_BR_DST "${L10N_DIR}/pt_br/")
|
#SET(PT_BR_DST "${L10N_DIR}/pt_br/")
|
||||||
add_custom_command(
|
#add_custom_command(
|
||||||
TARGET gettext_po_to_mo POST_BUILD
|
# TARGET gettext_po_to_mo POST_BUILD
|
||||||
COMMAND ${CMAKE_COMMAND} -E copy_if_different ${PT_BR} ${PT_BR_DST}
|
# COMMAND ${CMAKE_COMMAND} -E copy_if_different ${PT_BR} ${PT_BR_DST}
|
||||||
)
|
#)
|
||||||
|
|
||||||
find_package(NLopt 1.4 REQUIRED)
|
find_package(NLopt 1.4 REQUIRED)
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "Q Series",
|
"name": "Q Series",
|
||||||
"version": "02.04.00.71",
|
"version": "02.04.00.70",
|
||||||
"force_update": "0",
|
"force_update": "0",
|
||||||
"description": "Q Series configurations",
|
"description": "Q Series configurations",
|
||||||
"machine_model_list": [
|
"machine_model_list": [
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "X-3-Series",
|
"name": "X-3-Series",
|
||||||
"version": "02.04.00.71",
|
"version": "02.04.00.70",
|
||||||
"force_update": "0",
|
"force_update": "0",
|
||||||
"description": "X-3-Series configurations",
|
"description": "X-3-Series configurations",
|
||||||
"machine_model_list": [
|
"machine_model_list": [
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "X-4-Series",
|
"name": "X-4-Series",
|
||||||
"version": "02.04.00.71",
|
"version": "02.04.00.70",
|
||||||
"force_update": "0",
|
"force_update": "0",
|
||||||
"description": "X-4-Series configurations",
|
"description": "X-4-Series configurations",
|
||||||
"machine_model_list": [
|
"machine_model_list": [
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ endif()
|
|||||||
|
|
||||||
# The build_version should start from 50 in master branch
|
# The build_version should start from 50 in master branch
|
||||||
|
|
||||||
set(SLIC3R_VERSION "02.03.01.70")
|
set(SLIC3R_VERSION "02.04.00.70")
|
||||||
|
|
||||||
string(REPLACE "." "," SLIC3R_COMMA_SEPARATED_VERSION ${SLIC3R_VERSION})
|
string(REPLACE "." "," SLIC3R_COMMA_SEPARATED_VERSION ${SLIC3R_VERSION})
|
||||||
set(SLIC3R_COMMA_SEPARATED_VERSION "${SLIC3R_COMMA_SEPARATED_VERSION}")
|
set(SLIC3R_COMMA_SEPARATED_VERSION "${SLIC3R_COMMA_SEPARATED_VERSION}")
|
||||||
Reference in New Issue
Block a user