Skip to content

Commit

Permalink
prepare release 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ygrek committed Oct 1, 2017
1 parent bddb6e1 commit d679ebc
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 10 deletions.
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: sqlgg
Version: 0.4.1
Version: 0.4.2
License: GPL-2
Authors: ygrek <[email protected]>
Copyrights: (C) 2009 ygrek
Expand Down
4 changes: 4 additions & 0 deletions changelog
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
sqlgg changelog
---------------

0.4.2
2017-09-30
* build: static oasis setup

0.4.1
2017-09-30
* build: do not require mysql and sqlite3
Expand Down
10 changes: 5 additions & 5 deletions lib/META
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# OASIS_START
# DO NOT EDIT (digest: 2f57fa5a8c5357a5d6673f23f89b0e89)
version = "0.4.1"
# DO NOT EDIT (digest: 7940d378edf8ddba2fc4dfc2908b9b40)
version = "0.4.2"
description = "SQL guided (code) generator"
requires = "extlib deriving"
archive(byte) = "sqlgg.cma"
Expand All @@ -9,7 +9,7 @@ archive(native) = "sqlgg.cmxa"
archive(native, plugin) = "sqlgg.cmxs"
exists_if = "sqlgg.cma"
package "traits" (
version = "0.4.1"
version = "0.4.2"
description = "SQL guided (code) generator"
archive(byte) = "sqlgg_traits.cma"
archive(byte, plugin) = "sqlgg_traits.cma"
Expand All @@ -19,7 +19,7 @@ package "traits" (
)

package "sqlite3" (
version = "0.4.1"
version = "0.4.2"
description = "SQL guided (code) generator"
requires = "sqlite3 sqlgg.traits"
archive(byte) = "sqlgg_sqlite3.cma"
Expand All @@ -30,7 +30,7 @@ package "sqlite3" (
)

package "mysql" (
version = "0.4.1"
version = "0.4.2"
description = "SQL guided (code) generator"
requires = "mysql sqlgg.traits"
archive(byte) = "sqlgg_mysql.cma"
Expand Down
9 changes: 5 additions & 4 deletions setup.ml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(* setup.ml generated for the first time by OASIS v0.4.4 *)

(* OASIS_START *)
(* DO NOT EDIT (digest: 12e6d0701f0a5cd81a2eaf97df9900cf) *)
(* DO NOT EDIT (digest: f0e3d5a4fc4b32f2c7996f48e87eb8ae) *)
(*
Regenerated by OASIS v0.4.10
Visit http://oasis.forge.ocamlcore.org for more information and
Expand Down Expand Up @@ -7043,7 +7043,7 @@ let setup_t =
{
oasis_version = "0.4";
ocaml_version = Some (OASISVersion.VGreaterEqual "4.01");
version = "0.4.1";
version = "0.4.2";
license =
OASISLicense.DEP5License
(OASISLicense.DEP5Unit
Expand Down Expand Up @@ -7960,15 +7960,16 @@ let setup_t =
};
oasis_fn = Some "_oasis";
oasis_version = "0.4.10";
oasis_digest = Some "&5e\172e%fc\021Uwi\015\020\003\160";
oasis_digest =
Some "\212\134\r\151\255\222\235\2515\173\139p\019)\183\249";
oasis_exec = None;
oasis_setup_args = [];
setup_update = false
};;

let setup () = BaseSetup.setup setup_t;;

# 7972 "setup.ml"
# 7973 "setup.ml"
let setup_t = BaseCompat.Compat_0_4.adapt_setup_t setup_t
open BaseCompat.Compat_0_4
(* OASIS_STOP *)
Expand Down

0 comments on commit d679ebc

Please sign in to comment.