File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3434// use scripts/update_version.py to update the version here and in other places at once
3535const char *GEODIFF_version ()
3636{
37- return " 2.0.0 " ;
37+ return " 2.0.1 " ;
3838}
3939
4040int GEODIFF_driverCount ( GEODIFF_ContextH /* contextHandle*/ )
Original file line number Diff line number Diff line change 22__description__ = 'Diff tool for geo-spatial data'
33__url__ = 'https://github.com/MerginMaps/geodiff'
44# use scripts/update_version.py to update the version here and in other places at once
5- __version__ = '2.0.0 '
5+ __version__ = '2.0.1 '
66__author__ = 'Lutra Consulting Ltd.'
77__author_email__ = 'info@merginmaps.com'
88__maintainer__ = 'Lutra Consulting Ltd.'
Original file line number Diff line number Diff line change 55import platform
66
77# use scripts/update_version.py to update the version here and in other places at once
8- VERSION = '2.0.0 '
8+ VERSION = '2.0.1 '
99
1010cmake_args = [
1111 '-DENABLE_TESTS:BOOL=OFF' ,
You can’t perform that action at this time.
0 commit comments