From 78b7253ba0545a38c235391452d9c409efa5761c Mon Sep 17 00:00:00 2001 From: Martin Nilsson <nilsson@opera.com> Date: Sat, 21 Dec 2013 21:25:32 +0100 Subject: [PATCH] Updated Pike version. --- ANNOUNCE | 4 ++-- man/pike.1 | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ANNOUNCE b/ANNOUNCE index 5a8b0f8cb1..0c7466b581 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -1,4 +1,4 @@ -PIKE 7.8 ANNOUNCEMENT +PIKE 8.0 ANNOUNCEMENT Pike is an interpreted, object-oriented programming language with a syntax reminiscent of C and Java, and freely available and distributable @@ -37,7 +37,7 @@ various useful purposes. Among these are: + Image processing with support for several graphic file formats (such as JPEG, GIF, PNG, Photoshop and Gimp), and numerous image manipulation functions - + Cryptographic functions, including SSL support + + Cryptographic functions, including SSL/TLS support + Database interface to several common SQL databases, including MySQL, ODBC and Oracle + Embedding interfaces for Java and Perl diff --git a/man/pike.1 b/man/pike.1 index 6f418e5df6..719b39c9ef 100644 --- a/man/pike.1 +++ b/man/pike.1 @@ -6,8 +6,8 @@ .\" On OSF/1 ]L will already contain the wanted string. .if !\*(]LPike .ds ]L $Date: 2008/08/12 20:18:50 $ \" Solaris nroff .\" Major (mj) and minor (mn) version of Pike -.nr mj 7 -.nr mn 8 +.nr mj 8 +.nr mn 0 .SH NAME pike \- pike compiler and interpreter .SH SYNOPSIS -- GitLab