Skip to content

Commit

Permalink
release 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ygrek committed Jul 8, 2018
1 parent 79d897a commit 07c6c10
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ NAME=ocaml-cbor-$(VERSION)

.PHONY: release
release:
#git tag -a -m $(VERSION) $(VERSION)
git tag -a -m $(VERSION) $(VERSION)
git archive --prefix=$(NAME)/ $(VERSION) | gzip > $(NAME).tar.gz
gpg -a -b $(NAME).tar.gz
2 changes: 1 addition & 1 deletion _oasis
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
OASISFormat: 0.4
Name: cbor
Version: 0.1
Version: 0.2
License: MIT
Authors: ygrek
Copyrights: (C) 2014 ygrek
Expand Down
6 changes: 4 additions & 2 deletions setup.ml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
(* setup.ml generated for the first time by OASIS v0.4.4 *)

(* OASIS_START *)
(* DO NOT EDIT (digest: 9852805d5c19ca1cb6abefde2dcea323) *)
(* DO NOT EDIT (digest: a426e2d026defb34183b787d31fbdcff) *)
(******************************************************************************)
(* OASIS: architecture for building OCaml libraries and applications *)
(* *)
(* Copyright (C) 2011-2013, Sylvain Le Gall *)
(* Copyright (C) 2011-2016, Sylvain Le Gall *)
(* Copyright (C) 2008-2011, OCamlCore SARL *)
(* *)
(* This library is free software; you can redistribute it and/or modify it *)
Expand Down Expand Up @@ -33,5 +33,7 @@ let () =
#require "oasis.dynrun";;
open OASISDynRun;;

let setup_t = BaseCompat.Compat_0_4.adapt_setup_t setup_t
open BaseCompat.Compat_0_4
(* OASIS_STOP *)
let () = setup ();;

0 comments on commit 07c6c10

Please sign in to comment.