Skip to content

Commit 4b8e97d

Browse files
Merge pull request #20 from electronsandstuff/electronsandstuff-patch-1
Version Bump
2 parents 40744f4 + 7d50338 commit 4b8e97d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.12)
2-
project(Parcel VERSION 0.1.0 LANGUAGES C CXX)
2+
project(Parcel VERSION 1.0.0 LANGUAGES C CXX)
33

44
# Set C standard
55
set(CMAKE_C_STANDARD 99)

parcel.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ extern "C" {
2121
* ========================================================================= */
2222

2323
/* Parcel library version */
24-
#define PARCEL_VERSION_STRING "0.1.0"
24+
#define PARCEL_VERSION_STRING "1.0.0"
2525

2626
/* OpenPMD version that this library writes */
2727
#define OPENPMD_VERSION_STRING "2.0.0"

0 commit comments

Comments
 (0)