Skip to content

Commit

Permalink
version numbers broken on macOS #1698
Browse files Browse the repository at this point in the history
  • Loading branch information
lixun910 committed Oct 1, 2018
1 parent ed0da65 commit 80841c5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions BuildTools/macosx/GeoDa-GDAL-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleSignature</key>
<string>????</string>
<string>io.gitub.geodacenter</string>
<key>CFBundleVersion</key>
<string>1.0</string>
<string>1.12</string>
<key>DTCompiler</key>
<string>4.2</string>
<key>DTPlatformBuild</key>
Expand Down
6 changes: 3 additions & 3 deletions version.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

0 comments on commit 80841c5

Please sign in to comment.