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 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
appelmar committed Feb 28, 2019
1 parent dc8bb05 commit abdcd39
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 14 deletions.
6 changes: 3 additions & 3 deletions 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.0.1)
project(gdalcubes LANGUAGES CXX C VERSION 0.1.0)

#set(COLLECTION_FORMAT_VERSION_MAJOR 0)
#set(COLLECTION_FORMAT_VERSION_MINOR 0)
Expand All @@ -19,8 +19,8 @@ endif ()
# #set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -pg --coverage")
# #set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -pg --coverage" )
# #set(CMAKE_SHARED_LINKER_FLAGS "${CMAKE_SHARED_LINKER_FLAGS} -pg --coverage")
# #set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fsanitize=address -fsanitize=undefined -D_FORTIFY_SOURCE=0")
# #set (CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -fsanitize=address -fsanitize=undefined -D_FORTIFY_SOURCE=0")
# set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fsanitize=address -fsanitize=undefined -D_FORTIFY_SOURCE=0")
# set (CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -fsanitize=address -fsanitize=undefined -D_FORTIFY_SOURCE=0")
#endif ( )


Expand Down
7 changes: 0 additions & 7 deletions TODO.md

This file was deleted.

8 changes: 4 additions & 4 deletions src/build_info.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
#define BUILD_INFO_H

#define GDALCUBES_VERSION_MAJOR 0
#define GDALCUBES_VERSION_MINOR 0
#define GDALCUBES_VERSION_PATCH 1
#define GDALCUBES_GIT_DESC "55146dc8"
#define GDALCUBES_GIT_COMMIT "55146dc8f0803822f3516cb9c5d7329280df1684"
#define GDALCUBES_VERSION_MINOR 1
#define GDALCUBES_VERSION_PATCH 0
#define GDALCUBES_GIT_DESC "dc8bb05a"
#define GDALCUBES_GIT_COMMIT "dc8bb05a809cc9349f282165f745da38bfc2f144"

#define COLLECTION_FORMAT_VERSION_MAJOR
#define COLLECTION_FORMAT_VERSION_MINOR
Expand Down

0 comments on commit abdcd39

Please sign in to comment.