Skip to content

Commit 7d21ac6

Browse files
committed
maint: set VERSION to git.
* Makefile (VERSION): Set to git. * spec/init_spec.yaml (version): Don't check for semantic version number. Signed-off-by: Gary V. Vaughan <gary@gnu.org>
1 parent 041c664 commit 7d21ac6

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ MKDIR = mkdir -p
44
SED = sed
55
SPECL = specl
66

7-
VERSION = 1.0.1
7+
VERSION = git
88

99
luadir = lib/std/prototype
1010
SOURCES = \

spec/init_spec.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,3 @@ specify std.prototype:
3232
- it contains package description:
3333
expect (string.match (M.version, "Prototype Object Libraries")).
3434
not_to_be (nil)
35-
- it ends with a semantic version number:
36-
expect (string.match (M.version, "([%.%d]+)%D*$")).
37-
not_to_be (nil)

0 commit comments

Comments
 (0)