Skip to content

Commit a45b883

Browse files
authored
chore: update version to 17.05 (#219)
1 parent d5fa760 commit a45b883

File tree

7 files changed

+19
-13
lines changed

7 files changed

+19
-13
lines changed

C/7zVersion.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#define MY_VER_MAJOR 17
22
#define MY_VER_MINOR 04
33
#define MY_VER_BUILD 0
4-
#define MY_VERSION_NUMBERS "17.04 beta"
5-
#define MY_VERSION "17.04"
4+
#define MY_VERSION_NUMBERS "17.05 beta"
5+
#define MY_VERSION "17.05"
66
#define MY_DATE "2017-08-28"
77
#undef MY_COPYRIGHT
88
#undef MY_VERSION_COPYRIGHT_DATE
@@ -18,5 +18,5 @@
1818

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

21-
#define P7ZIP_VERSION "17.04"
21+
#define P7ZIP_VERSION "17.05"
2222

ChangeLog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
Version 17.05
2+
=============
3+
4+
- add UTF-8 support for Client7z
5+
- fix issue 130
6+
17
Version 17.04
28
=============
39

DOC/MANUAL/start.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<H1>7-Zip</H1>
1212

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

1616
<H4>The documentation for 7-Zip includes:</H4>

DOC/readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
7-Zip 17.04 Sources
1+
7-Zip 17.05 Sources
22
-------------------
33

44
7-Zip is a file archiver for Windows.

README

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
p7zip 17.04
1+
p7zip 17.05
22
===========
33

4-
Homepage : https://github.com/jinfeihan57/p7zip
4+
Homepage : https://github.com/p7zip-project/p7zip
55

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

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
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).
55

66
# status Ubuntu && mac
7-
[![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)
7+
[![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)
88

99
## Codec overview
1010
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.
@@ -49,7 +49,7 @@ We use [silesia](http://sun.aei.polsl.pl/~sdeor/index.php?page=silesia) files(to
4949
#### (Currently only supports CLI, if you want to do GUI please contact us)
5050
1. Download src:
5151
```
52-
git clone https://github.com/jinfeihan57/p7zip.git
52+
git clone https://github.com/p7zip-project/p7zip.git
5353
```
5454
2. Using makefile directly:
5555
```
@@ -68,8 +68,8 @@ We use [silesia](http://sun.aei.polsl.pl/~sdeor/index.php?page=silesia) files(to
6868

6969
The output should look like this:
7070
```
71-
7-Zip (a) [64] 17.04 : Copyright (c) 1999-2021 Igor Pavlov
72-
p7zip Version 17.04 (locale=zh_CN.UTF-8,Utf16=on,HugeFiles=on,64 bits,12 CPUs x64)
71+
7-Zip (a) [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov
72+
p7zip Version 17.05 (locale=zh_CN.UTF-8,Utf16=on,HugeFiles=on,64 bits,12 CPUs x64)
7373
7474
Formats:
7575
...

rpm/p7zip.spec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
Name: p7zip
2-
Version: 17.04
2+
Version: 17.05
33
Release: 0
44
Summary: 7-zip file compression program
55
License: LGPL-2.1-or-later
66
Group: Productivity/Archiving/Compression
7-
URL: https://github.com/jinfeihan57/p7zip
7+
URL: https://github.com/p7zip-project/p7zip
88

99
%define PREFIX /usr/local
1010
%define templist %{_tempplace}/tmp_list

0 commit comments

Comments
 (0)