Skip to content

Commit cfe430e

Browse files
committed
[lib] Update library version
1 parent 53bfd03 commit cfe430e

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

Headers/SheenBidi/SBVersion.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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.
@@ -21,18 +21,18 @@
2121

2222
SB_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
*/
3737
SB_PUBLIC const char *SBVersionGetString(void);
3838

0 commit comments

Comments
 (0)