Skip to content

Commit 4a196dc

Browse files
committed
Update minor version
Signed-off-by: yamacir-kit <[email protected]>
1 parent 2076b24 commit 4a196dc

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ Procedures for each standard are provided by the following R7RS-style libraries:
9999
cmake -B build -DCMAKE_BUILD_TYPE=Release
100100
cd build
101101
make package
102-
sudo apt install build/meevax_0.4.826_amd64.deb
102+
sudo apt install build/meevax_0.5.0_amd64.deb
103103
```
104104

105105
or
@@ -131,9 +131,9 @@ sudo rm -rf /usr/local/share/meevax
131131

132132
| Target Name | Description
133133
|-------------|-------------
134-
| `all` | Build shared-library `libmeevax.0.4.826.so` and executable `meevax`
134+
| `all` | Build shared-library `libmeevax.0.5.0.so` and executable `meevax`
135135
| `test` | Test executable `meevax`
136-
| `package` | Generate debian package `meevax_0.4.826_amd64.deb`
136+
| `package` | Generate debian package `meevax_0.5.0_amd64.deb`
137137
| `install` | Copy files into `/usr/local` directly
138138

139139
## Usage

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.4.826
1+
0.5.0

script/update.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ build()
1111
cmake --build "$1/build" --target develop
1212
}
1313

14-
echo "0.4.$(($(git rev-list --no-merges --count HEAD) - 2854))" > "$root/VERSION"
14+
echo "0.5.$(($(git rev-list --no-merges --count HEAD) - 3681))" > "$root/VERSION"
1515

1616
if dpkg --status meevax
1717
then

0 commit comments

Comments
 (0)