diff --git a/LICENSE.txt b/LICENSE.txt index a7e10c77c4..eefcd70dae 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,5 +1,5 @@ Copyright (c) 2013 Charlie Somerville -Copyright (c) 2013 Piotr Czarnecki +Copyright (c) 2013-2014 Piotr Czarnecki MIT License diff --git a/main.rs b/main.rs index a42abe9143..4b28f4ab5e 100644 --- a/main.rs +++ b/main.rs @@ -1,4 +1,4 @@ -#[crate_id = "main#0.2"]; +#[crate_id = "main#0.2.1"]; #[crate_type = "lib"]; #[no_std]; #[feature(asm, globs, macro_rules)];