[med-svn] [Git][med-team/sniffles][upstream] New upstream version 1.0.12b+ds
Steffen Möller
gitlab at salsa.debian.org
Fri Nov 27 22:45:40 GMT 2020
Steffen Möller pushed to branch upstream at Debian Med / sniffles
Commits:
8ac1729c by Steffen Moeller at 2020-11-27T23:37:39+01:00
New upstream version 1.0.12b+ds
- - - - -
2 changed files:
- CMakeLists.txt
- src/Paramer.h
Changes:
=====================================
CMakeLists.txt
=====================================
@@ -7,9 +7,9 @@ option(STATIC "Build static binary" OFF)
set( SNIF_VERSION_MINOR 0 )
IF(CMAKE_BUILD_TYPE STREQUAL "Debug")
message(STATUS "Building in debug mode!")
- set( SNIF_VERSION_BUILD 11-debug )
+ set( SNIF_VERSION_BUILD 12-debug )
else()
- set( SNIF_VERSION_BUILD 11 )
+ set( SNIF_VERSION_BUILD 12 )
ENDIF()
=====================================
src/Paramer.h
=====================================
@@ -25,7 +25,7 @@ class Parameter {
private:
Parameter() {
window_thresh=10;//TODO check!
- version="1.0.11";
+ version="1.0.12";
huge_ins = 999;//TODO check??
}
~Parameter() {
View it on GitLab: https://salsa.debian.org/med-team/sniffles/-/commit/8ac1729c698b65b81032f6574c8960db2412e03b
--
View it on GitLab: https://salsa.debian.org/med-team/sniffles/-/commit/8ac1729c698b65b81032f6574c8960db2412e03b
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20201127/18ee847e/attachment-0001.html>
More information about the debian-med-commit
mailing list