Browse Source

Version 1.1.3

merge-requests/365/head v1.1.3
eidheim 10 years ago
parent
commit
b142ee6af8
  1. 2
      .gitmodules
  2. 2
      src/files.h

2
.gitmodules vendored

@ -1,6 +1,8 @@
[submodule "libclangmm"] [submodule "libclangmm"]
path = libclangmm path = libclangmm
url = https://github.com/cppit/libclangmm url = https://github.com/cppit/libclangmm
branch = v0.9.6
[submodule "tiny-process-library"] [submodule "tiny-process-library"]
path = tiny-process-library path = tiny-process-library
url = https://github.com/eidheim/tiny-process-library url = https://github.com/eidheim/tiny-process-library
branch = v1.0.4

2
src/files.h

@ -2,7 +2,7 @@
#define JUCI_FILES_H_ #define JUCI_FILES_H_
#include <string> #include <string>
#define JUCI_VERSION "1.1.2-1" #define JUCI_VERSION "1.1.3"
const std::string configjson = const std::string configjson =
"{\n" "{\n"

Loading…
Cancel
Save