Skip to content

Commit

Permalink
Fix: use original CRS from datasources (#2441) (#2443)
Browse files Browse the repository at this point in the history
  • Loading branch information
lixun910 authored Jul 13, 2023
1 parent 9527e23 commit f8952d7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Binary file modified BuildTools/CommonDistFiles/web_plugins/samples.sqlite
Binary file not shown.
8 changes: 4 additions & 4 deletions version.h
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
namespace Gda {
const int version_major = 1;
const int version_minor = 20;
const int version_minor = 22;
const int version_build = 0;
const int version_subbuild = 50;
const int version_subbuild = 0;
const int version_year = 2023;
const int version_month = 6;
const int version_day = 26;
const int version_month = 7;
const int version_day = 12;
const int version_night = 0;
const int version_type = 2; // 0: alpha, 1: beta, 2: release
} // namespace Gda

0 comments on commit f8952d7

Please sign in to comment.