Skip to content

Commit 5e90b39

Browse files
authored
Merge pull request #3175 from OpenShot/bumping-version-2-5-0
Bumping develop version 2.5.0-dev1
2 parents 41d371c + 4aea68e commit 5e90b39

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/classes/info.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@
2929

3030
from PyQt5.QtCore import QDir
3131

32-
VERSION = "2.4.4-dev2"
33-
MINIMUM_LIBOPENSHOT_VERSION = "0.2.3"
34-
DATE = "20190315000000"
32+
VERSION = "2.5.0-dev1"
33+
MINIMUM_LIBOPENSHOT_VERSION = "0.2.4"
34+
DATE = "20200113000000"
3535
NAME = "openshot-qt"
3636
PRODUCT_NAME = "OpenShot Video Editor"
3737
GPL_VERSION = "3"

0 commit comments

Comments
 (0)