diff --git a/BuildTools/macosx/GeoDa-GDAL-Info.plist b/BuildTools/macosx/GeoDa-GDAL-Info.plist index a89de7f08..e49c3081a 100644 --- a/BuildTools/macosx/GeoDa-GDAL-Info.plist +++ b/BuildTools/macosx/GeoDa-GDAL-Info.plist @@ -21,9 +21,9 @@ CFBundlePackageType APPL CFBundleSignature - ???? + io.gitub.geodacenter CFBundleVersion - 1.0 + 1.12 DTCompiler 4.2 DTPlatformBuild diff --git a/version.h b/version.h index 9b4f2fc0a..9c2f1227b 100644 --- a/version.h +++ b/version.h @@ -2,10 +2,10 @@ namespace Gda { const int version_major = 1; const int version_minor = 12; const int version_build = 1; - const int version_subbuild = 165; + const int version_subbuild = 167; const int version_year = 2018; - const int version_month = 9; - const int version_day = 25; + const int version_month = 10; + const int version_day = 1; const int version_night = 0; const int version_type = 2; // 0: alpha, 1: beta, 2: release }