Skip to content

Commit

Permalink
release 2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mortie committed Jan 3, 2020
1 parent 0497487 commit 54362df
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion snow/snow.h
Expand Up @@ -92,7 +92,7 @@
#include <sys/wait.h>
#endif

#define SNOW_VERSION "2.3.1"
#define SNOW_VERSION "2.3.2"

// Eventually, I want to re-implement optional explanation arguments
// for assert macros to make this unnecessary.
Expand Down
2 changes: 1 addition & 1 deletion test/Makefile
Expand Up @@ -15,7 +15,7 @@ cases/%: cases/%.c ../snow/snow.h

snow/.git:
git clone -b experimentation https://github.com/mortie/snow.git snow
cd snow && git checkout v2.3.1
cd snow && git checkout v2.3.2

.PHONY: test
test: test-snow
Expand Down
2 changes: 1 addition & 1 deletion test/expected/commandline-version
@@ -1 +1 @@
Snow 2.3.1
Snow 2.3.2

0 comments on commit 54362df

Please sign in to comment.