Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
oov committed May 16, 2019
1 parent 3af66bc commit e84f749
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.3rc6 2019-05-17

- 解像度の初期値がおかしかったのを修正

## 0.3rc5 2019-02-23

- キャッシュ再生中にプラグインの無効化を回避するためのメカニズムを追加
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ https://github.com/oov/aviutl_rampreview/wiki/FAQ
Windows Subsystem for Linux 上で `./build.bash` を行うと必要なファイルがビルドできます。
なお、リポジトリは GOPATH 上にある前提でコードが書かれています。

ソースコードのコンパイルには Go 1.11.5 windows/amd64、Lazarus 2.0.0 for Windows 32bit が必要です。
ソースコードのコンパイルには Go 1.12.5 windows/amd64、Lazarus 2.0.2 for Windows 32bit が必要です。
Lazarus は C:\lazarus にインストールされているのを想定しています。

## Credits
Expand Down
2 changes: 1 addition & 1 deletion build.bash
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ mkdir -p bin/script
sed 's/\r$//' README.md | sed 's/$/\r/' > bin/ZRamPreview.txt

# update version string
VERSION='v0.3rc5'
VERSION='v0.3rc6'
GITHASH=`git rev-parse --short HEAD`
cat << EOS | sed 's/\r$//' | sed 's/$/\r/' > 'src/lazarus/ver.pas'
unit Ver;
Expand Down

0 comments on commit e84f749

Please sign in to comment.