Skip to content

Commit

Permalink
[version bump] MFEKglif v1.1.1-beta1 — “Metafontverse”
Browse files Browse the repository at this point in the history
See GitHub relases page for more info.
  • Loading branch information
ctrlcctrlv committed Jan 14, 2022
1 parent 7a06587 commit 0c48616
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
#rustflags = ["-C", "link-arg=-fuse-ld=lld"]

[env]
MFEK_REL_CODENAME = "First Hurrah"
MFEK_REL_CODENAME = "Metafontverse"
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 5 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
[package]
name = "MFEKglif"
version = "1.1.0-beta2"
authors = ["Fredrick Brennan <copypaste@kittens.ph>", "Matthew Blanchard <matthewrblanchard@gmail.com>"] # + MFEK authors
version = "1.1.1-beta1"
authors = ["Fredrick Brennan <copypaste@kittens.ph>", "Matthew Blanchard <matthewrblanchard@gmail.com>", "MFEK Authors"]
edition = "2021"
license = "Apache-2.0"
keywords = ["ufo", "font-format", "glif", "fonts"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
# Cargo.toml reference: https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
# For display
Expand Down
4 changes: 2 additions & 2 deletions src/args.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ pub fn parse_args() -> Args {
.get_matches();

eprint!(
"This is MFEKglif v{} (“{}”)",
env!("CARGO_PKG_VERSION"),
"This is MFEKglif {} (“{}”)",
git_version!(fallback = concat!("v", env!("CARGO_PKG_VERSION"))),
env!("MFEK_REL_CODENAME")
);
if let Some(time) = option_env!("COMPILED_AT_PLAIN") {
Expand Down

0 comments on commit 0c48616

Please sign in to comment.