Skip to content

Commit

Permalink
Change version to 21.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
smplayer-dev committed Oct 25, 2021
1 parent dd5005d commit aecd666
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 10 deletions.
2 changes: 1 addition & 1 deletion OBS/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# deb packages at build.opensuse.org

PACKAGE = smtube
VERSION = 21.7.0
VERSION = 21.10.0
#DEPENDS = debhelper (>= 5.0.0), qtbase5-dev, qt5-qmake, qtscript5-dev, qttools5-dev-tools, libqt5webkit5-dev, qt5-default | nano
DEPENDS = debhelper (>= 5.0.0), libqt4-dev, libqtwebkit-dev

Expand Down
2 changes: 1 addition & 1 deletion Release_notes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [21.10] - 2021-10-??
## [21.10] - 2021-10-25
* Possibility to use yt-dlp instead of youtube-dl.
* yt-dlp is used now by default.

Expand Down
2 changes: 1 addition & 1 deletion create_deb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ln -s debian-orig debian
cp debian-orig/changelog-orig debian-orig/changelog

./get_version.sh
dch -v `cat version` "Development version"
#dch -v `cat version` "Development version"

#dpkg-buildpackage -rfakeroot

Expand Down
7 changes: 7 additions & 0 deletions debian-orig/changelog-orig
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
smtube (21.10.0) xenial; urgency=medium

* Possibility to use yt-dlp instead of youtube-dl.
* yt-dlp is used now by default.

-- Ricardo Villalba <[email protected]> Mon, 25 Oct 2021 15:46:29 +0200

smtube (21.7.0) xenial; urgency=medium

* Possibility to use some invidious sites.
Expand Down
4 changes: 2 additions & 2 deletions get_version.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#! /bin/sh
./get_svn_revision.sh
echo "21.7.0.`cat svn_revision`" > version
#echo "21.7.0" > version
#echo "21.10.0.`cat svn_revision`" > version
echo "21.10.0" > version
2 changes: 1 addition & 1 deletion smtube.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
%endif

Name: smtube
Version: 21.7.0
Version: 21.10.0
Release: 1%{?dist}
Summary: YouTube browser for SMPlayer

Expand Down
4 changes: 2 additions & 2 deletions src/smtube.rc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#include <winver.h>

#define SMTUBE_FILEVERSION 21,7,0,0
#define SMTUBE_PRODVERSION "21.7.0.0\0"
#define SMTUBE_FILEVERSION 21,10,0,0
#define SMTUBE_PRODVERSION "21.10.0.0\0"

VS_VERSION_INFO VERSIONINFO
FILEVERSION SMTUBE_FILEVERSION
Expand Down
4 changes: 2 additions & 2 deletions src/version.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
#include "version.h"
#include <QObject>

#define USE_SVN_VERSIONS 1
#define USE_SVN_VERSIONS 0

#define VERSION "21.7.0"
#define VERSION "21.10.0"

#if USE_SVN_VERSIONS
#include "svn_revision.h"
Expand Down

0 comments on commit aecd666

Please sign in to comment.