diff options
author | Kevin Newton <[email protected]> | 2023-09-27 12:22:36 -0400 |
---|---|---|
committer | Kevin Newton <[email protected]> | 2023-09-27 13:57:38 -0400 |
commit | 8ab56869a64fdccc094f4a83c6367fb23b72d38b (patch) | |
tree | 46ef2bd5c51d5b7f923eda6a60edefc7a08200db /prism/version.h | |
parent | 7e0971eb5d679bb6219abb0ec238139aa6502c5a (diff) |
Rename YARP filepaths to prism filepaths
Diffstat (limited to 'prism/version.h')
-rw-r--r-- | prism/version.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/prism/version.h b/prism/version.h new file mode 100644 index 0000000000..6dc8efd1c7 --- /dev/null +++ b/prism/version.h @@ -0,0 +1,4 @@ +#define YP_VERSION_MAJOR 0 +#define YP_VERSION_MINOR 12 +#define YP_VERSION_PATCH 0 +#define YP_VERSION "0.12.0" |