Commit d1af69e4 authored by Yuanle Song's avatar Yuanle Song
Browse files

cliVersion 1.5.0.1 fix README.rst formatting;

minor fix on VERSION variable in Makefile
parent f2e019f2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
module RD.CliVersion (cliVersion) where

cliVersion :: String
cliVersion = "1.5.0.0"
cliVersion = "1.5.0.1"
+1 −1
Original line number Diff line number Diff line
VERSION := $(shell grep 'version:' ../../package.yaml | cut -d':' -f2 | tr -d ' ')
VERSION := $(shell grep 'cliVersion =' ../../lib/RD/CliVersion.hs | cut -d'"' -f2)

default:
	@echo "usage: make [dist|install|upload]"
+1 −1
Original line number Diff line number Diff line
VERSION := $(shell grep 'version:' ../../package.yaml | cut -d':' -f2 | tr -d ' ')
VERSION := $(shell grep 'cliVersion =' ../../lib/RD/CliVersion.hs | cut -d'"' -f2)

default:
	@echo "usage: make [dist|install|upload]"