]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
libsmartcols: fix Since tag for scols_table_calculate()
authorYuriyRyabikov <22548029+kurok@users.noreply.github.com>
Tue, 31 Mar 2026 09:20:34 +0000 (10:20 +0100)
committerYuriyRyabikov <22548029+kurok@users.noreply.github.com>
Tue, 31 Mar 2026 09:20:34 +0000 (10:20 +0100)
Update version annotation from 2.42 to 2.43 as this API will
ship in the 2.43 release cycle.

libsmartcols/src/print-api.c

index 3d03ca09ef72ec532420963e3018059c4c56695b..7751d327d087306cf67a976b27244b9c9005b497 100644 (file)
@@ -113,7 +113,7 @@ int scols_table_print_range_to_string(
  *
  * Returns: 0, a negative value in case of an error.
  *
- * Since: 2.42
+ * Since: 2.43
  */
 int scols_table_calculate(struct libscols_table *tb)
 {