Skip to content

Commit

Permalink
chore: update version to 17.05 (#219)
Browse files Browse the repository at this point in the history
  • Loading branch information
flyfishzy committed Mar 3, 2023
1 parent d5fa760 commit a45b883
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 13 deletions.
6 changes: 3 additions & 3 deletions C/7zVersion.h
@@ -1,8 +1,8 @@
#define MY_VER_MAJOR 17
#define MY_VER_MINOR 04
#define MY_VER_BUILD 0
#define MY_VERSION_NUMBERS "17.04 beta"
#define MY_VERSION "17.04"
#define MY_VERSION_NUMBERS "17.05 beta"
#define MY_VERSION "17.05"
#define MY_DATE "2017-08-28"
#undef MY_COPYRIGHT
#undef MY_VERSION_COPYRIGHT_DATE
Expand All @@ -18,5 +18,5 @@

#define MY_VERSION_COPYRIGHT_DATE MY_VERSION " : " MY_COPYRIGHT " : " MY_DATE

#define P7ZIP_VERSION "17.04"
#define P7ZIP_VERSION "17.05"

6 changes: 6 additions & 0 deletions ChangeLog
@@ -1,3 +1,9 @@
Version 17.05
=============

- add UTF-8 support for Client7z
- fix issue 130

Version 17.04
=============

Expand Down
2 changes: 1 addition & 1 deletion DOC/MANUAL/start.htm
Expand Up @@ -10,7 +10,7 @@

<H1>7-Zip</H1>

<P><B>Welcome to 7-Zip 17.04</B></P>
<P><B>Welcome to 7-Zip 17.05</B></P>
<P>7-Zip is a file archiver with a high compression ratio.</P>

<H4>The documentation for 7-Zip includes:</H4>
Expand Down
2 changes: 1 addition & 1 deletion DOC/readme.txt
@@ -1,4 +1,4 @@
7-Zip 17.04 Sources
7-Zip 17.05 Sources
-------------------

7-Zip is a file archiver for Windows.
Expand Down
4 changes: 2 additions & 2 deletions README
@@ -1,7 +1,7 @@
p7zip 17.04
p7zip 17.05
===========

Homepage : https://github.com/jinfeihan57/p7zip
Homepage : https://github.com/p7zip-project/p7zip

p7zip is a port of the Windows programs 7z.exe and 7za.exe provided by 7-zip.

Expand Down
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -4,7 +4,7 @@
This is the place for the active development of p7zip to include major modern codecs such as Brotli, Fast LZMA2, LZ4, LZ5, Lizard and Zstd. In order to support multithreading for those addional codecs, this project depends on the [Multithreading Library](https://github.com/mcmilk/zstdmt).

# status Ubuntu && mac
[![linux](https://github.com/jinfeihan57/p7zip/actions/workflows/linux-%20build.yml/badge.svg)](https://github.com/jinfeihan57/p7zip/actions/workflows/linux-%20build.yml)[![macos](https://github.com/jinfeihan57/p7zip/actions/workflows/macos-build.yml/badge.svg)](https://github.com/jinfeihan57/p7zip/actions/workflows/macos-build.yml)
[![linux](https://github.com/p7zip-project/p7zip/actions/workflows/linux-%20build.yml/badge.svg)](https://github.com/p7zip-project/p7zip/actions/workflows/linux-%20build.yml)[![macos](https://github.com/p7zip-project/p7zip/actions/workflows/macos-build.yml/badge.svg)](https://github.com/p7zip-project/p7zip/actions/workflows/macos-build.yml)

## Codec overview
1. [Zstandard] v1.4.9 is a real-time compression algorithm, providing high compression ratios. It offers a very wide range of compression / speed trade-off, while being backed by a very fast decoder.
Expand Down Expand Up @@ -49,7 +49,7 @@ We use [silesia](http://sun.aei.polsl.pl/~sdeor/index.php?page=silesia) files(to
#### (Currently only supports CLI, if you want to do GUI please contact us)
1. Download src:
```
git clone https://github.com/jinfeihan57/p7zip.git
git clone https://github.com/p7zip-project/p7zip.git
```
2. Using makefile directly:
```
Expand All @@ -68,8 +68,8 @@ We use [silesia](http://sun.aei.polsl.pl/~sdeor/index.php?page=silesia) files(to

The output should look like this:
```
7-Zip (a) [64] 17.04 : Copyright (c) 1999-2021 Igor Pavlov
p7zip Version 17.04 (locale=zh_CN.UTF-8,Utf16=on,HugeFiles=on,64 bits,12 CPUs x64)
7-Zip (a) [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov
p7zip Version 17.05 (locale=zh_CN.UTF-8,Utf16=on,HugeFiles=on,64 bits,12 CPUs x64)
Formats:
...
Expand Down
4 changes: 2 additions & 2 deletions rpm/p7zip.spec
@@ -1,10 +1,10 @@
Name: p7zip
Version: 17.04
Version: 17.05
Release: 0
Summary: 7-zip file compression program
License: LGPL-2.1-or-later
Group: Productivity/Archiving/Compression
URL: https://github.com/jinfeihan57/p7zip
URL: https://github.com/p7zip-project/p7zip

%define PREFIX /usr/local
%define templist %{_tempplace}/tmp_list
Expand Down

0 comments on commit a45b883

Please sign in to comment.