Skip to content

Commit

Permalink
Bump version (#152)
Browse files Browse the repository at this point in the history
Bump version to 1.2.1
  • Loading branch information
bkthomps authored Apr 30, 2022
1 parent 3cc9beb commit 8afd80d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions containers.h
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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 <stdlib.h>

Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions src/include/VERSION
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
*/

0 comments on commit 8afd80d

Please sign in to comment.