Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusTomlinson committed Jul 24, 2022
1 parent d6b9f6a commit f97c574
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .vscode/_settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"C_Cpp.default.cppStandard": "c++17"
"C_Cpp.default.cppStandard": "c++14"
}
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![Build & Test](https://github.com/cross-platform/dspatch/actions/workflows/build_and_test.yml/badge.svg)](https://github.com/cross-platform/dspatch/actions/workflows/build_and_test.yml)

# DSPatch

The Refreshingly Simple C++ Dataflow Framework
Expand Down
2 changes: 1 addition & 1 deletion version.rc.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#define VER_FILEVERSION @DSPATCH_MAJOR@,@DSPATCH_MINOR@,@DSPATCH_MICRO@
#define VER_FILEVERSION_STR "@DSPATCH_MAJOR@.@DSPATCH_MINOR@.@DSPATCH_MICRO@\0"
#define VER_INTERNALNAME_STR "DSPatch.dll"
#define VER_LEGALCOPYRIGHT_STR "Copyright (c) 2021"
#define VER_LEGALCOPYRIGHT_STR "Copyright (c) 2022"
#define VER_ORIGINALFILENAME_STR VER_INTERNALNAME_STR
#define VER_PRODUCTNAME_STR "DSPatch"
#define VER_PRODUCTVERSION VER_FILEVERSION
Expand Down

0 comments on commit f97c574

Please sign in to comment.