Skip to content

Commit

Permalink
Change version number to 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
smondet committed Oct 2, 2011
1 parent 100cc38 commit d7ecd86
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions README
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Bracetax 0.2
Bracetax 0.3

A simple and deterministic syntax for wikis and more...
A simple and deterministic syntax for wikis and more …

BUILD (brtx and the library):

Expand Down
2 changes: 1 addition & 1 deletion _oasis
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
OASISFormat: 0.2
Name: Bracetax
Version: 0.2
Version: 0.3
Synopsis: Text processing syntax.
Authors: Sebastien Mondet
License: MIT
Expand Down
4 changes: 2 additions & 2 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.2.0 *)

(* OASIS_START *)
(* DO NOT EDIT (digest: 3f5e8b22d1b89f2377b7c852c6a41ffd) *)
(* DO NOT EDIT (digest: 6a599b90f57e91ac91782735a3a1e378) *)
(*
Regenerated by OASIS v0.2.0
Visit http://oasis.forge.ocamlcore.org for more information and
Expand Down Expand Up @@ -4960,7 +4960,7 @@ let setup_t =
ocaml_version = None;
findlib_version = None;
name = "Bracetax";
version = "0.2";
version = "0.3";
license =
OASISLicense.DEP5License
{
Expand Down
2 changes: 1 addition & 1 deletion src/app/main.ml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
let (~%) = Printf.sprintf
let p = print_string

let version_string = ~% "0.2 (ocamlbracetax lib: %s)" Bracetax.Info.version
let version_string = ~% "0.3 (bracetax lib: %s)" Bracetax.Info.version

type in_out = {
file_in: string option;
Expand Down
4 changes: 2 additions & 2 deletions src/lib/META
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# OASIS_START
# DO NOT EDIT (digest: 29cab27e1f06e6540e24bcd2ff0bac7d)
version = "0.2"
# DO NOT EDIT (digest: fdd7e01b93179c4548692eaa0410565c)
version = "0.3"
description = "Text processing syntax."
archive(byte) = "bracetax.cma"
archive(native) = "bracetax.cmxa"
Expand Down
4 changes: 2 additions & 2 deletions src/lib/bracetax_info.ml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
(** Version and License of the library. *)


let version = "0.2"
let version = "0.3"

let license = "\
Copyright (c) 2008, 2009, 2010 Sebastien MONDET\n\
Copyright (c) 2008 – 2011 Sebastien MONDET\n\
\n\
Permission is hereby granted, free of charge, to any person \n\
obtaining a copy of this software and associated documentation \n\
Expand Down

0 comments on commit d7ecd86

Please sign in to comment.