Skip to content

Commit

Permalink
version 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Makopo committed Oct 6, 2017
1 parent 7fc418d commit 266e13d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PROGRAM = lslint
VERSION_NUMBER = 1.0.5
VERSION_NUMBER = 1.0.6
BUILD_DATE = $(shell date +"%Y-%m-%d")

# See if we're running on windows
Expand Down
6 changes: 3 additions & 3 deletions NMakefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
VERSION_NUMBER = 1.0.6
BUILD_DATE = %DATE:~-10,4%-%DATE:~-5,2%-%DATE:~-2,2%

#
# 1. Download "Win flex-bison" and unpack it
# http://sourceforge.net/projects/winflexbison/
Expand Down Expand Up @@ -47,9 +50,6 @@ link = link.exe
##############################################################
!ENDIF

VERSION_NUMBER = 1.0.5
BUILD_DATE = %DATE:~-10,4%-%DATE:~-5,2%-%DATE:~-2,2%

!IFDEF NODEBUG
VERSION = $(VERSION_NUMBER)
OPT_VARS = /TP /D_MBCS /DYY_NO_UNISTD_H /EHsc
Expand Down

0 comments on commit 266e13d

Please sign in to comment.