From 8afd80d0ef217f93e0eb06aeb8d0632ab2e484c5 Mon Sep 17 00:00:00 2001 From: Bailey Thompson Date: Sat, 30 Apr 2022 01:04:49 -0400 Subject: [PATCH] Bump version (#152) Bump version to 1.2.1 --- containers.h | 10 +++++----- src/include/VERSION | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/containers.h b/containers.h index 0d75f1e..6b2b291 100644 --- a/containers.h +++ b/containers.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-2020 Bailey Thompson + * Copyright (c) 2017-2022 Bailey Thompson * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -23,12 +23,12 @@ /* * The Containers library is hosted at: github.com/bkthomps/Containers * The author is: Bailey Thompson - * This local version is: v1.2.0 + * This local version is: v1.2.1 */ -#ifndef BKTHOMPS_CONTAINERS_ALL_H -#define BKTHOMPS_CONTAINERS_ALL_H +#ifndef BKTHOMPS_CONTAINERS_BK_DEFINES_H +#define BKTHOMPS_CONTAINERS_BK_DEFINES_H #include @@ -48,7 +48,7 @@ typedef int bk_err; typedef int bk_bool; -#endif /* BKTHOMPS_CONTAINERS_ALL_H */ +#endif /* BKTHOMPS_CONTAINERS_BK_DEFINES_H */ #ifndef BKTHOMPS_CONTAINERS_ARRAY_H diff --git a/src/include/VERSION b/src/include/VERSION index 321472b..0af387c 100644 --- a/src/include/VERSION +++ b/src/include/VERSION @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-2020 Bailey Thompson + * Copyright (c) 2017-2022 Bailey Thompson * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -23,5 +23,5 @@ /* * The Containers library is hosted at: github.com/bkthomps/Containers * The author is: Bailey Thompson - * This local version is: v1.2.0 + * This local version is: v1.2.1 */