Skip to content
Snippets Groups Projects
Commit 0beef5cf authored by Stéphane Poirier's avatar Stéphane Poirier
Browse files

version 3.3.6

parent e7f93028
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ set(CMAKE_VERBOSE_MAKEFILE TRUE) ...@@ -5,7 +5,7 @@ set(CMAKE_VERBOSE_MAKEFILE TRUE)
set(MAJOR_VERSION "3") set(MAJOR_VERSION "3")
set(MINOR_VERSION "3") set(MINOR_VERSION "3")
set(PATCH_VERSION "5") set(PATCH_VERSION "6")
set(VERSION "${MAJOR_VERSION}.${MINOR_VERSION}.${PATCH_VERSION}") set(VERSION "${MAJOR_VERSION}.${MINOR_VERSION}.${PATCH_VERSION}")
if (NOT DEFINED CMAKE_INSTALL_PREFIX AND CMAKE_SIZEOF_VOID_P EQUAL 8) if (NOT DEFINED CMAKE_INSTALL_PREFIX AND CMAKE_SIZEOF_VOID_P EQUAL 8)
...@@ -20,7 +20,7 @@ pkg_check_modules(HDF5 hdf5>=1.8.16) ...@@ -20,7 +20,7 @@ pkg_check_modules(HDF5 hdf5>=1.8.16)
if (UNIX) if (UNIX)
add_definitions(-DLinux -DGNU_GCC -D_REENTRANT) add_definitions(-DLinux -DGNU_GCC -D_REENTRANT)
add_definitions(-DPROJECT_NAME=NexusCPP -DPROJECT_VERSION=3.3.5 -DHDF_PROJECT_NAME=HDF5 -DHDF_PROJECT_VERSION=1.8.20) add_definitions(-DPROJECT_NAME=NexusCPP -DPROJECT_VERSION=3.3.6 -DHDF_PROJECT_NAME=HDF5 -DHDF_PROJECT_VERSION=1.8.20)
add_definitions(-O2 -g -gstabs+ -std=c++0X -Wall -Wno-unused-variable) add_definitions(-O2 -g -gstabs+ -std=c++0X -Wall -Wno-unused-variable)
set(CMAKE_SHARED_LINKER_FLAGS "-Wl,-z,defs") set(CMAKE_SHARED_LINKER_FLAGS "-Wl,-z,defs")
endif() endif()
......
NexusCPP history file NexusCPP history file
3.3.6 (2020/09/28)
==================
No change (control version management)
3.3.5 (2020/05/26) 3.3.5 (2020/05/26)
================== ==================
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
</parent> </parent>
<groupId>fr.soleil.lib</groupId> <groupId>fr.soleil.lib</groupId>
<artifactId>NexusCPP-${aol}-${library}-${mode}</artifactId> <artifactId>NexusCPP-${aol}-${library}-${mode}</artifactId>
<version>3.3.6-SNAPSHOT</version> <version>3.3.6</version>
<packaging>nar</packaging> <packaging>nar</packaging>
<name>NexusCPP</name> <name>NexusCPP</name>
<description>NexusCPP library</description> <description>NexusCPP library</description>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment