-
-
Notifications
You must be signed in to change notification settings - Fork 746
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5ce3065
commit a1db2ab
Showing
4 changed files
with
5 additions
and
5 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.0.0-SNAPSHOT | ||
version=3.1.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
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.0.0 " << std::endl; | ||
std::cout << "Background Subtraction Library v3.1.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.0.0"); | ||
QCoreApplication::setApplicationVersion("3.1.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.0.0.post2', | ||
version='3.1.0.post0', | ||
author='Andrews Sobral', | ||
author_email='[email protected]', | ||
url='https://github.com/andrewssobral/bgslibrary', | ||
|