summaryrefslogtreecommitdiff
path: root/include/u8c/ver.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/u8c/ver.h')
-rw-r--r--include/u8c/ver.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/u8c/ver.h b/include/u8c/ver.h
index 054052d..3f16ae6 100644
--- a/include/u8c/ver.h
+++ b/include/u8c/ver.h
@@ -14,7 +14,8 @@
If not, see <https://www.gnu.org/licenses/>.
*/
/* Version */
-# if !defined(u8c_ver)
+# if !defined(u8c_sym_ver)
+# define u8c_sym_ver
# include <stdint.h>
-# define u8c_ver (UINT64_C(0x12))
+# define u8c_ver (UINT64_C(0x13))
# endif