mirror of
https://github.com/bkryza/clang-uml.git
synced 2025-04-19 17:31:03 +08:00
Updated version to 0.6.1
This commit is contained in:
parent
6c153e23bc
commit
28d2c925d5
2
Doxyfile
2
Doxyfile
@ -38,7 +38,7 @@ PROJECT_NAME = "clang-uml"
|
||||
# could be handy for archiving the generated documentation or if some version
|
||||
# control system is used.
|
||||
|
||||
PROJECT_NUMBER = 0.6.0
|
||||
PROJECT_NUMBER = 0.6.1
|
||||
|
||||
# Using the PROJECT_BRIEF tag one can provide an optional one line description
|
||||
# for a project that appears at the top of each page and should give viewer a
|
||||
|
@ -5,7 +5,7 @@
|
||||
[](https://github.com/bkryza/clang-uml/actions)
|
||||
[](https://github.com/bkryza/clang-uml/actions)
|
||||
[](https://codecov.io/gh/bkryza/clang-uml)
|
||||
[](https://github.com/bkryza/clang-uml/releases)
|
||||
[](https://github.com/bkryza/clang-uml/releases)
|
||||
[](https://github.com/bkryza/clang-uml/releases)
|
||||
[](https://clang-uml.github.io)
|
||||
|
||||
|
@ -37,24 +37,24 @@ sudo apt install clang-uml
|
||||
|
||||
```bash
|
||||
# Bookworm
|
||||
wget https://github.com/bkryza/clang-uml/releases/download/0.6.0/clang-uml_0.6.0-1_amd64.deb
|
||||
sudo apt install ./clang-uml_0.6.0-1_amd64.deb
|
||||
wget https://github.com/bkryza/clang-uml/releases/download/0.6.1/clang-uml_0.6.1-1_amd64.deb
|
||||
sudo apt install ./clang-uml_0.6.1-1_amd64.deb
|
||||
```
|
||||
|
||||
#### Fedora
|
||||
|
||||
```bash
|
||||
# Fedora 39
|
||||
wget https://github.com/bkryza/clang-uml/releases/download/0.6.0/clang-uml-0.6.0-1.fc39.x86_64.rpm
|
||||
sudo dnf install ./clang-uml-0.6.0-1.fc39.x86_64.rpm
|
||||
wget https://github.com/bkryza/clang-uml/releases/download/0.6.1/clang-uml-0.6.1-1.fc39.x86_64.rpm
|
||||
sudo dnf install ./clang-uml-0.6.1-1.fc39.x86_64.rpm
|
||||
|
||||
# Fedora 40
|
||||
wget https://github.com/bkryza/clang-uml/releases/download/0.6.0/clang-uml-0.6.0-1.fc40.x86_64.rpm
|
||||
sudo dnf install ./clang-uml-0.6.0-1.fc40.x86_64.rpm
|
||||
wget https://github.com/bkryza/clang-uml/releases/download/0.6.1/clang-uml-0.6.1-1.fc40.x86_64.rpm
|
||||
sudo dnf install ./clang-uml-0.6.1-1.fc40.x86_64.rpm
|
||||
|
||||
# Fedora 41
|
||||
wget https://github.com/bkryza/clang-uml/releases/download/0.6.0/clang-uml-0.6.0-1.fc41.x86_64.rpm
|
||||
sudo dnf install ./clang-uml-0.6.0-1.fc41.x86_64.rpm
|
||||
wget https://github.com/bkryza/clang-uml/releases/download/0.6.1/clang-uml-0.6.1-1.fc41.x86_64.rpm
|
||||
sudo dnf install ./clang-uml-0.6.1-1.fc41.x86_64.rpm
|
||||
```
|
||||
|
||||
#### Arch Linux
|
||||
@ -248,7 +248,7 @@ bin\clang-uml.exe --version
|
||||
```
|
||||
It should produce something like:
|
||||
```bash
|
||||
clang-uml 0.6.0
|
||||
clang-uml 0.6.1
|
||||
Copyright (C) 2021-2025 Bartek Kryza <bkryza@gmail.com>
|
||||
Linux x86_64 6.5.0-21-generic
|
||||
Built against LLVM/Clang libraries version: 18.1.8
|
||||
|
Loading…
x
Reference in New Issue
Block a user