diff options
author | Attila Csipa <git@csipa.net> | 2017-07-07 13:16:16 +0100 |
---|---|---|
committer | Attila Csipa <git@csipa.net> | 2017-07-07 13:16:16 +0100 |
commit | 89b3621079aebc04b32892b01040397044c21bf4 (patch) | |
tree | feac22663567716e51133734d7592da64adfd239 /proto-simconnect/ftnoir_protocol_sc.h | |
parent | b8272dabb295ff8c92cde01d8a3170aae9b180a6 (diff) | |
parent | f013741288cbbd9a2e70aea727cbb80cf72d10cc (diff) |
Merge remote-tracking branch 'upstream/unstable' into unstable
Diffstat (limited to 'proto-simconnect/ftnoir_protocol_sc.h')
-rw-r--r-- | proto-simconnect/ftnoir_protocol_sc.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/proto-simconnect/ftnoir_protocol_sc.h b/proto-simconnect/ftnoir_protocol_sc.h index 93376885..151dd741 100644 --- a/proto-simconnect/ftnoir_protocol_sc.h +++ b/proto-simconnect/ftnoir_protocol_sc.h @@ -3,7 +3,7 @@ * ISC License (ISC) * * * * Copyright (c) 2015, Wim Vriend * - * Copyright (c) 2014, Stanislaw Halik * + * Copyright (c) 2014, 2017 Stanislaw Halik * * * * Permission to use, copy, modify, and/or distribute this software for any * * purpose with or without fee is hereby granted, provided that the above * @@ -30,7 +30,7 @@ struct settings : opts { value<int> sxs_manifest; settings() : opts("proto-simconnect"), - sxs_manifest(b, "sxs-manifest-version", 0) + sxs_manifest(b, "simconnect-manifest", 2) {} }; |