Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit 8df551c

Browse files
committed
0.3.0
* configure.ac: * fibers.texi: Bump version.
1 parent 270f738 commit 8df551c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ License along with this program. If not, see
1919
]])
2020

2121
AC_PREREQ(2.52)
22-
AC_INIT([fibers], [0.2.0])
22+
AC_INIT([fibers], [0.3.0])
2323
AC_CONFIG_SRCDIR([env.in])
2424
AC_CONFIG_AUX_DIR([build-aux])
2525
AC_CONFIG_MACRO_DIRS([m4])

fibers.texi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
@settitle Fibers
55
@c %**end of header
66

7-
@set VERSION 0.2.0
8-
@set UPDATED 11 September 2016
7+
@set VERSION 0.3.0
8+
@set UPDATED 12 October 2016
99

1010
@copying
1111
This manual is for Fibers (version @value{VERSION}, updated

0 commit comments

Comments
 (0)