From 871438f55783e1282d3ae276dbcf3d04c0d77f46 Mon Sep 17 00:00:00 2001 From: Chocobo1 Date: Thu, 10 Oct 2024 16:30:45 +0800 Subject: [PATCH] Bump search engine components version The master branch should have version larger than stable branch. https://github.com/qbittorrent/qBittorrent/pull/21539/files#r1790078486 PR #21542. --- src/searchengine/nova3/nova2.py | 2 +- src/searchengine/nova3/novaprinter.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/searchengine/nova3/nova2.py b/src/searchengine/nova3/nova2.py index bb6381f90..fef072113 100644 --- a/src/searchengine/nova3/nova2.py +++ b/src/searchengine/nova3/nova2.py @@ -1,4 +1,4 @@ -#VERSION: 1.47 +#VERSION: 1.48 # Author: # Fabien Devaux diff --git a/src/searchengine/nova3/novaprinter.py b/src/searchengine/nova3/novaprinter.py index 2c52db7c0..e5c0b0b74 100644 --- a/src/searchengine/nova3/novaprinter.py +++ b/src/searchengine/nova3/novaprinter.py @@ -1,4 +1,4 @@ -#VERSION: 1.51 +#VERSION: 1.52 # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: -- 2.11.4.GIT