File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 11# Version for libraries CPP
2+ # Version string must have 3 "parts". https://sourceforge.net/p/cppcheck/discussion/development/thread/e57efb2b62/
23SET (VERSION "2.11.99" )
34STRING (REGEX MATCHALL "[0-9]+" VERSION_PARTS "${VERSION} " )
45LIST (GET VERSION_PARTS 0 VERSION_MAJOR)
Original file line number Diff line number Diff line change 3131#
3232# Update version numbers in:
3333# sed -i -r "s/version 2[.][0-9]+([.]99)*/version 2.9/" cli/main.cpp
34- # sed -i -r "s|2[.][0-9]+([.]99)*|2.9|" cmake/versions.cmake
34+ # sed -i -r "s|2[.][0-9]+([.]99)*|2.9.0 |" cmake/versions.cmake # version must have 3 parts.
3535# sed -i -r "s/MINOR [0-9]+/MINOR 9/" lib/version.h
3636# sed -i -r "s/2[.][0-9]+([.]99)*/2.9/" win_installer/productInfo.wxi
3737# sed -i -r "s/subtitle: Version 2\.[0-9]+/subtitle: Version 2.9/" man/*.md
You can’t perform that action at this time.
0 commit comments