Commit d9399afc authored by Dominik Charousset's avatar Dominik Charousset

Change version to 0.18.1

parent d20ab0e4
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
/// Denotes version of CAF in the format {MAJOR}{MINOR}{PATCH}, /// Denotes version of CAF in the format {MAJOR}{MINOR}{PATCH},
/// whereas each number is a two-digit decimal number without /// whereas each number is a two-digit decimal number without
/// leading zeros (e.g. 900 is version 0.9.0). /// leading zeros (e.g. 900 is version 0.9.0).
#define CAF_VERSION 1800 #define CAF_VERSION 1801
/// Defined to the major version number of CAF. /// Defined to the major version number of CAF.
#define CAF_MAJOR_VERSION (CAF_VERSION / 10000) #define CAF_MAJOR_VERSION (CAF_VERSION / 10000)
......
...@@ -126,7 +126,7 @@ with the developer blog checked out one level above, i.e.: ...@@ -126,7 +126,7 @@ with the developer blog checked out one level above, i.e.:
" "
if [ $(git rev-parse --abbrev-ref HEAD) != "master" ]; then if [ $(git rev-parse --abbrev-ref HEAD) != "master" ]; then
raise_error "not in master branch" ask_permission "not in master branch, continue on branch [y] or abort [n]?"
fi fi
# assumed files # assumed files
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment