Skip to content

Commit 8afd80d

Browse files
authored
Bump version (#152)
Bump version to 1.2.1
1 parent 3cc9beb commit 8afd80d

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

containers.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2017-2020 Bailey Thompson
2+
* Copyright (c) 2017-2022 Bailey Thompson
33
*
44
* Permission is hereby granted, free of charge, to any person obtaining a copy
55
* of this software and associated documentation files (the "Software"), to deal
@@ -23,12 +23,12 @@
2323
/*
2424
* The Containers library is hosted at: github.com/bkthomps/Containers
2525
* The author is: Bailey Thompson
26-
* This local version is: v1.2.0
26+
* This local version is: v1.2.1
2727
*/
2828

2929

30-
#ifndef BKTHOMPS_CONTAINERS_ALL_H
31-
#define BKTHOMPS_CONTAINERS_ALL_H
30+
#ifndef BKTHOMPS_CONTAINERS_BK_DEFINES_H
31+
#define BKTHOMPS_CONTAINERS_BK_DEFINES_H
3232

3333
#include <stdlib.h>
3434

@@ -48,7 +48,7 @@
4848
typedef int bk_err;
4949
typedef int bk_bool;
5050

51-
#endif /* BKTHOMPS_CONTAINERS_ALL_H */
51+
#endif /* BKTHOMPS_CONTAINERS_BK_DEFINES_H */
5252

5353

5454
#ifndef BKTHOMPS_CONTAINERS_ARRAY_H

src/include/VERSION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2017-2020 Bailey Thompson
2+
* Copyright (c) 2017-2022 Bailey Thompson
33
*
44
* Permission is hereby granted, free of charge, to any person obtaining a copy
55
* of this software and associated documentation files (the "Software"), to deal
@@ -23,5 +23,5 @@
2323
/*
2424
* The Containers library is hosted at: github.com/bkthomps/Containers
2525
* The author is: Bailey Thompson
26-
* This local version is: v1.2.0
26+
* This local version is: v1.2.1
2727
*/

0 commit comments

Comments
 (0)