8000 3.3 release candidate 0 · python/cpython-source-deps@8660e69 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8660e69

Browse files
committed
3.3 release candidate 0
1 parent 7b7638e commit 8660e69

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Status
44
[![Build Status](https://travis-ci.org/libffi/libffi.svg?branch=master)](https://travis-ci.org/libffi/libffi)
55
[![Build status](https://ci.appveyor.com/api/projects/status/8lko9vagbx4w2kxq?svg=true)](https://ci.appveyor.com/project/atgreen/libffi)
66

7-
libffi-3.3 was released on [TBD]. Check the libffi web
7+
libffi-3.3-rc0 was released on April 2, 2018. Check the libffi web
88
page for updates: <URL:http://sourceware.org/libffi/>.
99

1010

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ dnl Process this with autoconf to create configure
22

33
AC_PREREQ(2.68)
44

5-
AC_INIT([libffi], [3.299999], [http://github.com/libffi/libffi/issues])
5+
AC_INIT([libffi], [3.3-rc0], [http://github.com/libffi/libffi/issues])
66
AC_CONFIG_HEADERS([fficonfig.h])
77

88
AC_CANONICAL_SYSTEM

doc/version.texi

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@set UPDATED 10 January 2018
2-
@set UPDATED-MONTH January 2018
3-
@set EDITION 3.299999
4-
@set VERSION 3.299999
1+
@set UPDATED 2 April 2018
2+
@set UPDATED-MONTH April 2018
3+
@set EDITION 3.3-rc0
4+
@set VERSION 3.3-rc0

0 commit comments

Comments
 (0)
0