Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
fnuecke committed Jul 16, 2016
1 parent d1039e8 commit c6aea60
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/eris.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Eris - Heavy-duty persistence for Lua 5.3.0 - Based on Pluto
Eris - Heavy-duty persistence for Lua 5.3.3 - Based on Pluto
Copyright (c) 2013-2015 by Florian Nuecke.
Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
4 changes: 2 additions & 2 deletions src/eris.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Eris - Heavy-duty persistence for Lua 5.3.0 - Based on Pluto
Eris - Heavy-duty persistence for Lua 5.3.3 - Based on Pluto
Copyright (c) 2013-2015 by Florian Nuecke.
Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down Expand Up @@ -29,7 +29,7 @@ THE SOFTWARE.
#define ERIS_VERSION_MAJOR "1"
#define ERIS_VERSION_MINOR "1"
#define ERIS_VERSION_NUM 101
#define ERIS_VERSION_RELEASE "0"
#define ERIS_VERSION_RELEASE "1"

/*
** ==================================================================
Expand Down

0 comments on commit c6aea60

Please sign in to comment.