Skip to content

Commit 72e5f90

Browse files
committed
1.1.0
1 parent bdb6749 commit 72e5f90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

shmfile.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
static volatile const char *copyright = "Copyright (c) 2017, 2018 Timothy Savannah All Rights Reserved, licensed under terms of Lesser GNU Public License version 2.1";
6565

6666
static volatile const char *product_name = "shmfile";
67-
static volatile const char *version = "Version 1.0.0";
67+
static volatile const char *version = "Version 1.1.0";
6868

6969
typedef struct {
7070
unsigned char major;
@@ -73,7 +73,7 @@ typedef struct {
7373
const char *extra;
7474
}_shmfile_version_info_t;
7575

76-
static volatile _shmfile_version_info_t _shmfile_version_info = { (unsigned char)1, (unsigned char)0, (unsigned char)0, "" };
76+
static volatile _shmfile_version_info_t _shmfile_version_info = { (unsigned char)1, (unsigned char)1, (unsigned char)0, "" };
7777

7878

7979
void shmfile_get_version(unsigned char *major, unsigned char *minor, unsigned char *patchlevel, const char **extra)

0 commit comments

Comments
 (0)