Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Commit

Permalink
release candidate for v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
appelmar committed Mar 12, 2019
1 parent 1ae01e1 commit 06de343
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.8)
project(gdalcubes LANGUAGES CXX C VERSION 0.1.0)
project(gdalcubes LANGUAGES CXX C VERSION 0.1.1)

#set(COLLECTION_FORMAT_VERSION_MAJOR 0)
#set(COLLECTION_FORMAT_VERSION_MINOR 0)
Expand Down
14 changes: 7 additions & 7 deletions src/build_info.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@

#define GDALCUBES_VERSION_MAJOR 0
#define GDALCUBES_VERSION_MINOR 1
#define GDALCUBES_VERSION_PATCH 0
#define GDALCUBES_GIT_DESC "b09c55fa"
#define GDALCUBES_GIT_COMMIT "b09c55fa4180d96bfe648101cf13fe0139e3ddf4"
#define GDALCUBES_VERSION_PATCH 1
#define GDALCUBES_GIT_DESC "v0.1.0-5-g1ae01e1a"
#define GDALCUBES_GIT_COMMIT "1ae01e1a834b77c9b5e38682a5deddb1e597de13"

#define COLLECTION_FORMAT_VERSION_MAJOR
#define COLLECTION_FORMAT_VERSION_MINOR
#define COLLECTION_FORMAT_VERSION_PATCH
#define COLLECTION_FORMAT_VERSION_MAJOR
#define COLLECTION_FORMAT_VERSION_MINOR
#define COLLECTION_FORMAT_VERSION_PATCH

#endif // BUILD_INFO_H
#endif // BUILD_INFO_H

0 comments on commit 06de343

Please sign in to comment.