Skip to content

Commit

Permalink
version number changed
Browse files Browse the repository at this point in the history
  • Loading branch information
yuriy-chumak committed Dec 27, 2018
1 parent ec5aace commit ee7e8e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion make.bat
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ set PATH=%PATH~%
GOTO:EOF

:REPL
set VERSION=1.2
set VERSION=2.0
set PATH=%MINGW64%;%PATH%
::for /f "delims=" %%a in ('git describe') do @set VERSION=%%a
vm repl - --version %VERSION% < src/ol.scm
Expand Down
2 changes: 1 addition & 1 deletion src/olvm.c
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@

#define __OLVM_NAME__ "OL"
#ifndef __OLVM_VERSION__
#define __OLVM_VERSION__ "2.0 alpha"
#define __OLVM_VERSION__ "2.0"
#endif
#ifndef lint
__attribute__((used)) const char copyright[] = "@(#)(c) 2014-2018 Yuriy Chumak";
Expand Down

0 comments on commit ee7e8e9

Please sign in to comment.