Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
pdewacht committed Dec 18, 2017
1 parent 65b38a3 commit cc43c9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion adpatch/build.sh
@@ -1,7 +1,7 @@
#!/bin/sh
set -e

VERSION=20171119
VERSION=20171218

CC='wcc -bt=dos -zq -oxhs'
DEFS="-dVERSION=$VERSION"
Expand Down
2 changes: 1 addition & 1 deletion opl2test/build.sh
@@ -1,7 +1,7 @@
#!/bin/sh
set -e

VERSION=20171125
VERSION=20171218

CXX='wpp -bt=dos -zq -oxhs'
DEFS="-dVERSION=$VERSION"
Expand Down

0 comments on commit cc43c9c

Please sign in to comment.