Skip to content

Commit a1db2ab

Browse files
committed
Upgraded version to 3.1.0
1 parent 5ce3065 commit a1db2ab

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version=3.0.0-SNAPSHOT
1+
version=3.1.0-SNAPSHOT

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.1)
22

3-
project(bgslibrary VERSION 3.0.0)
3+
project(bgslibrary VERSION 3.1.0)
44

55
include(CheckCXXCompilerFlag)
66

gui/qt/bgslibrary_gui.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
int main(int argc, char *argv[])
44
{
55
std::cout << "--------------------------------------------" << std::endl;
6-
std::cout << "Background Subtraction Library v3.0.0 " << std::endl;
6+
std::cout << "Background Subtraction Library v3.1.0 " << std::endl;
77
std::cout << "https://github.com/andrewssobral/bgslibrary " << std::endl;
88
std::cout << "by: " << std::endl;
99
std::cout << "Andrews Sobral (andrewssobral@gmail.com) " << std::endl;
@@ -13,7 +13,7 @@ int main(int argc, char *argv[])
1313
QApplication a(argc, argv);
1414

1515
QCoreApplication::setApplicationName("BGSLibrary");
16-
QCoreApplication::setApplicationVersion("3.0.0");
16+
QCoreApplication::setApplicationVersion("3.1.0");
1717

1818
MainWindow w;
1919
w.show();

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ def build_cmake(self, extension):
208208

209209
setup(
210210
name='pybgs',
211-
version='3.0.0.post2',
211+
version='3.1.0.post0',
212212
author='Andrews Sobral',
213213
author_email='andrewssobral@gmail.com',
214214
url='https://github.com/andrewssobral/bgslibrary',

0 commit comments

Comments
 (0)