Skip to content

Commit ddfa2cb

Browse files
committed
Version 0.9.0a0
1 parent 71ef8ec commit ddfa2cb

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ AH_TOP(ZZ_COPYRIGHT_C)
2828

2929
AC_PREREQ(2.62)
3030

31-
AC_INIT([zz],[0.8.0],[skirpichev@gmail.com])
31+
AC_INIT([zz],[0.9.0a0],[skirpichev@gmail.com])
3232
#AC_CONFIG_SRCDIR(zz.h)
3333
AC_CONFIG_MACRO_DIRS([m4])
3434

doc/zz.texi

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
* zz: (zz). ZZ, wrapper for the GNU GMP
99
@end direntry
1010

11-
@set UPDATED 8 Feb 2026
12-
@set EDITION 0.8.0
13-
@set VERSION 0.8.0
11+
@set UPDATED 13 Feb 2026
12+
@set EDITION 0.9.0a0
13+
@set VERSION 0.9.0a0
1414

1515
@iftex
1616
@copying
@@ -166,9 +166,9 @@ Assignments from integer types return only @code{ZZ_MEM} on failure.
166166

167167
@deftypefun zz_err zz_set_str (const char *@var{str}, int @var{base}, zz_t *@var{u})
168168
Set @var{u} from null-terminated string @var{str} of digits in the given
169-
@var{base}. The base may vary from 2 to 36, or if base is 0, then the leading
170-
characters are used: "0x" for hexadecimal, "0b" for binary, "0o" for octal, or
171-
decimal otherwise.
169+
@var{base}. The @var{base} may vary from 2 to 36, or if it's 0, then the
170+
leading characters are used: "0x" for hexadecimal, "0b" for binary, "0o" for
171+
octal, or decimal otherwise.
172172

173173
Case of digits is ignored. Ascii letters represent values in range 10 to 35.
174174
Digits can be preceded by '+' or '-' and be surrounded by whitespaces and have

0 commit comments

Comments
 (0)