Commit 4a196dc 1 parent 2076b24 commit 4a196dc Copy full SHA for 4a196dc
File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ Procedures for each standard are provided by the following R7RS-style libraries:
99
99
cmake -B build -DCMAKE_BUILD_TYPE=Release
100
100
cd build
101
101
make package
102
- sudo apt install build/meevax_0.4.826_amd64 .deb
102
+ sudo apt install build/meevax_0.5.0_amd64 .deb
103
103
```
104
104
105
105
or
@@ -131,9 +131,9 @@ sudo rm -rf /usr/local/share/meevax
131
131
132
132
| Target Name | Description
133
133
|-------------|-------------
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 `
135
135
| ` 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 `
137
137
| ` install ` | Copy files into ` /usr/local ` directly
138
138
139
139
## Usage
Original file line number Diff line number Diff line change 1
- 0.4.826
1
+ 0.5.0
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ build()
11
11
cmake --build " $1 /build" --target develop
12
12
}
13
13
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"
15
15
16
16
if dpkg --status meevax
17
17
then
You can’t perform that action at this time.
0 commit comments