Commit b2d2cf68bd117b4ac4607112d70458521a2f0222
1 parent
df87b26c
bumped version number
Showing
2 changed files
with
5 additions
and
2 deletions
CHANGELOG.md
| 1 | -0.3.0 - 5/22/13 | 1 | +0.4.0 - ??/??/?? |
| 2 | ================ | 2 | ================ |
| 3 | + | ||
| 4 | +0.3.0 - 5/22/13 | ||
| 5 | +=============== | ||
| 3 | * Added wrapper to NEC Latent SDK | 6 | * Added wrapper to NEC Latent SDK |
| 4 | * Enrolling files/folders are now sorted naturally instead of alpha numerically | 7 | * Enrolling files/folders are now sorted naturally instead of alpha numerically |
| 5 | * YouTubeFacesDBTransform implements Dr. Wolf's experimental protocol | 8 | * YouTubeFacesDBTransform implements Dr. Wolf's experimental protocol |
CMakeLists.txt
| @@ -9,7 +9,7 @@ set(CPACK_PACKAGE_VENDOR "OpenBR") | @@ -9,7 +9,7 @@ set(CPACK_PACKAGE_VENDOR "OpenBR") | ||
| 9 | set(CPACK_PACKAGE_DESCRIPTION "Open Source Biometric Recognition") | 9 | set(CPACK_PACKAGE_DESCRIPTION "Open Source Biometric Recognition") |
| 10 | set(CPACK_PACKAGE_INSTALL_DIRECTORY ${CPACK_PACKAGE_NAME}) | 10 | set(CPACK_PACKAGE_INSTALL_DIRECTORY ${CPACK_PACKAGE_NAME}) |
| 11 | set(CPACK_PACKAGE_VERSION_MAJOR 0) | 11 | set(CPACK_PACKAGE_VERSION_MAJOR 0) |
| 12 | -set(CPACK_PACKAGE_VERSION_MINOR 3) | 12 | +set(CPACK_PACKAGE_VERSION_MINOR 4) |
| 13 | set(CPACK_PACKAGE_VERSION_PATCH 0) | 13 | set(CPACK_PACKAGE_VERSION_PATCH 0) |
| 14 | set(CPACK_PACKAGE_VERSION "${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH}") | 14 | set(CPACK_PACKAGE_VERSION "${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH}") |
| 15 | set(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR}/LICENSE.txt") | 15 | set(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR}/LICENSE.txt") |