Skip to content

Commit

Permalink
2.6.3 version strings
Browse files Browse the repository at this point in the history
  • Loading branch information
jliljebl committed Oct 27, 2020
1 parent ac8db6d commit 0bc9536
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion flowblade-trunk/Flowblade/dialogs.py
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@ def about_dialog(parent_window):
# Application tab
img = Gtk.Image.new_from_file(respaths.IMAGE_PATH + "flowbladeappicon.png")
flow_label = Gtk.Label(label="Flowblade Movie Editor")
ver_label = Gtk.Label(label="2.6.1")
ver_label = Gtk.Label(label="2.6.3")
janne_label = Gtk.Label(label="Copyright 2020 Janne Liljeblad and contributors")
page_label = Gtk.Label(label=_("Project page:") + " " + "<a href=\"https://github.com/jliljebl/flowblade\">https://github.com/jliljebl/flowblade</a>")
page_label.set_use_markup(True)
Expand Down
2 changes: 1 addition & 1 deletion flowblade-trunk/Flowblade/editorstate.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
# Runtime environment data
gtk_version = None
mlt_version = None
appversion = "2.6.1"
appversion = "2.6.3"
RUNNING_FROM_INSTALLATION = 0
RUNNING_FROM_DEV_VERSION = 1
RUNNING_FROM_FLATPAK = 2
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion flowblade-trunk/flowblade
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
import os
import sys

print ("FLOWBLADE MOVIE EDITOR 2.6.1")
print ("FLOWBLADE MOVIE EDITOR 2.6.3")
print ("----------------------------")


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
</screenshots>
<content_rating type="oars-1.1" />
<releases>
<release version="2.6.3" date="2020-10-27"/>
<release version="2.6.2" date="2020-10-18"/>
<release version="2.6.1" date="2020-09-29"/>
<release version="2.6" date="2020-07-05"/>
Expand Down
2 changes: 1 addition & 1 deletion flowblade-trunk/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
locale_files.append(filepath)

setup( name='flowblade',
version='2.6.1',
version='2.6.3',
author='Janne Liljeblad',
author_email='janne.liljeblad at gmail dot com',
description='Non-linear video editor',
Expand Down

0 comments on commit 0bc9536

Please sign in to comment.