Merge "Rename to r12b." into ndk-r12-release
diff --git a/config.py b/config.py
index 51efbce..0a77afd 100644
--- a/config.py
+++ b/config.py
@@ -1,5 +1,5 @@
 major = 12
-hotfix = 0
+hotfix = 1
 hotfix_str = chr(ord('a') + hotfix) if hotfix else ''
 beta = 0
 beta_str = '-beta{}'.format(beta) if beta > 0 else ''