mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
retire the mobile version
Both Subsurface and Subsurface-mobile will share the same version number moving forward. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
60f1deb116
commit
58fb49f243
9 changed files with 4 additions and 22 deletions
|
@ -2,7 +2,6 @@
|
|||
file(WRITE ${CMAKE_BINARY_DIR}/version.h.in
|
||||
"#define GIT_VERSION_STRING \"@GIT_VERSION_STRING@\"
|
||||
#define CANONICAL_VERSION_STRING \"@CANONICAL_VERSION_STRING@\"
|
||||
#define MOBILE_VERSION_STRING \"@MOBILE_VERSION_STRING@\"
|
||||
")
|
||||
|
||||
file(COPY cmake/Modules/version.cmake
|
||||
|
|
|
@ -10,7 +10,6 @@ execute_process(
|
|||
OUTPUT_VARIABLE CANONICAL_VERSION_STRING
|
||||
OUTPUT_STRIP_TRAILING_WHITESPACE
|
||||
)
|
||||
set(MOBILE_VERSION_STRING "3.4.8")
|
||||
|
||||
configure_file(${SRC} ${DST} @ONLY)
|
||||
if(CMAKE_SYSTEM_NAME STREQUAL "Windows")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue