Skip to content
This repository was archived by the owner on Mar 1, 2019. It is now read-only.

Commit 35a4ba0

Browse files
committed
set version to 0.1.0
1 parent 0424952 commit 35a4ba0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PROJECT=solvuu-build
22
PACK=solvuu_build
3-
VERSION=dev
3+
VERSION=0.1.0
44
OCAMLBUILD=ocamlbuild -use-ocamlfind
55
DEMOS=$(sort $(dir $(wildcard demo/*/)))
66

opam/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
opam-version: "1.2"
2-
version: "dev"
2+
version: "0.1.0"
33
maintainer: "Ashish Agarwal <ashish@solvuu.com>"
44
authors: "Solvuu"
55
homepage: "https://github.com/solvuu/solvuu-build"

0 commit comments

Comments
 (0)