Skip to content

Commit 4a1ed5c

Browse files
committed
20231129
mdで波線が使えないことの反映
1 parent 164990a commit 4a1ed5c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ copyright 2023 びろーど(Veludo)<br>
44
RIFE-ncnn-Vulkanによる補完処理、並びにFFmpegによる動画から画像への変換、画像から動画への変換をGUIで操作できるようにしたソフトウェアです。
55
This software enables GUI-based operation of the interpolation process by RIFE-ncnn-Vulkan, as well as video-to-image and image-to-video conversion by FFmpeg.
66

7-
このREADMEはVersion 2.2~ 用に書かれたものです。~Version 2.1との互換性はありません
8-
This README is written for Version 2.2~. ~It is not compatible with ~Version 2.1.
7+
このREADMEはVersion 2.2以降のためにに書かれたものです。Version 2.1以前との互換性はありません
8+
This README is written for Version 2.2 or later; it is not compatible with Version 2.1 or earlier.
99

1010
## はじめに
1111
このソフトウェアは趣味の一環として作成されたものです。本ソフトウェアを使用したいかなる結果についても作者は責任を負いません。<br>

RIFE_GUI_Python/VERSION.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"""
55
class Version:
66
def __init__(self):
7-
self.__version = "2.2-GUI"
7+
self.__version = "2.2.1-GUI"
88
self.__subver = "00001"
99
self.__date_App = 20231129
1010
self.__date_confighandler = 20231129

0 commit comments

Comments
 (0)