-
-
Notifications
You must be signed in to change notification settings - Fork 745
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enabled new algorithms in the python module. Increased release to 3.3.0
- Loading branch information
1 parent
0616c0c
commit ad67001
Showing
6 changed files
with
15 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
version=3.2.0-SNAPSHOT | ||
version=3.3.0-SNAPSHOT |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
int main(int argc, char *argv[]) | ||
{ | ||
std::cout << "--------------------------------------------" << std::endl; | ||
std::cout << "Background Subtraction Library v3.2.0 " << std::endl; | ||
std::cout << "Background Subtraction Library v3.3.0 " << std::endl; | ||
std::cout << "https://github.com/andrewssobral/bgslibrary " << std::endl; | ||
std::cout << "by: " << std::endl; | ||
std::cout << "Andrews Sobral ([email protected]) " << std::endl; | ||
|
@@ -13,7 +13,7 @@ int main(int argc, char *argv[]) | |
QApplication a(argc, argv); | ||
|
||
QCoreApplication::setApplicationName("BGSLibrary"); | ||
QCoreApplication::setApplicationVersion("3.2.0"); | ||
QCoreApplication::setApplicationVersion("3.3.0"); | ||
|
||
MainWindow w; | ||
w.show(); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -208,7 +208,7 @@ def build_cmake(self, extension): | |
|
||
setup( | ||
name='pybgs', | ||
version='3.2.0.post1', | ||
version='3.3.0.post0', | ||
author='Andrews Sobral', | ||
author_email='[email protected]', | ||
url='https://github.com/andrewssobral/bgslibrary', | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters