File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11/*
2- * Copyright (C) 2025 Muhammad Tayyab Akram
2+ * Copyright (C) 2025-2026 Muhammad Tayyab Akram
33 *
44 * Licensed under the Apache License, Version 2.0 (the "License");
55 * you may not use this file except in compliance with the License.
2121
2222SB_EXTERN_C_BEGIN
2323
24- #define SHEENBIDI_VERSION_MAJOR 2
25- #define SHEENBIDI_VERSION_MINOR 9
24+ #define SHEENBIDI_VERSION_MAJOR 3
25+ #define SHEENBIDI_VERSION_MINOR 0
2626#define SHEENBIDI_VERSION_PATCH 0
27- #define SHEENBIDI_VERSION_STRING "2.9 .0"
27+ #define SHEENBIDI_VERSION_STRING "3.0 .0"
2828
2929/**
3030 * Returns the version string of the SheenBidi library.
3131 *
3232 * This function returns a constant null-terminated string representing the version of the linked
3333 * SheenBidi library, in the format "MAJOR.MINOR.PATCH".
3434 *
35- * @return A string representing the version (e.g. "2.9 .0").
35+ * @return A string representing the version (e.g. "3.0 .0").
3636 */
3737SB_PUBLIC const char * SBVersionGetString (void );
3838
You can’t perform that action at this time.
0 commit comments