diff --git a/Makefile b/Makefile index ba7a902..4443f19 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PROGRAM = lslint -VERSION_NUMBER = 1.2.1 +VERSION_NUMBER = 1.2.2 BUILD_DATE = $(shell date +"%Y-%m-%d") # See if we're running on mac diff --git a/NMakefile b/NMakefile index 4bbeac0..dd329b6 100644 --- a/NMakefile +++ b/NMakefile @@ -1,4 +1,4 @@ -VERSION_NUMBER = 1.2.1 +VERSION_NUMBER = 1.2.2 BUILD_DATE = %DATE:~-10,4%-%DATE:~-5,2%-%DATE:~-2,2% #