From 972b9e6dd1420d760d35384c0d09f76496ad5f95 Mon Sep 17 00:00:00 2001 From: Ethan Uppal <113849268+ethanuppal@users.noreply.github.com> Date: Sat, 11 May 2024 02:56:35 -0400 Subject: [PATCH] Update VERSION! --- README.md | 4 ++-- lib/user/meta.ml | 11 ++--------- project.yaml | 6 +----- 3 files changed, 5 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 1078f00..3919e45 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@ -# x86ISTMB v0.1.0 +# x86ISTMB v1.0.0 ![CI Status](https://github.com/ethanuppal/cs3110_compiler/actions/workflows/ci.yaml/badge.svg) > "x86 is simple trust me bro" -> Last updated: 2024-05-11 02:54:25.925782 +> Last updated: 2024-05-11 02:56:27.276128 ``` $ ./main -h diff --git a/lib/user/meta.ml b/lib/user/meta.ml index d57edf9..7723ff3 100644 --- a/lib/user/meta.ml +++ b/lib/user/meta.ml @@ -20,14 +20,7 @@ type t = { let get : t = { name = "x86ISTMB"; - version = Version.make 0 1 0; + version = Version.make 1 0 0; description = "CS 3110 final project"; - authors = - [ - "Utku Melemeti"; - "Ethan Uppal"; - "Jeffrey Huang"; - "Jason Klein"; - "Vijay Shanmugam"; - ]; + authors = [ "Utku Melemeti"; "Ethan Uppal"; "Jeffrey Huang" ]; } diff --git a/project.yaml b/project.yaml index 72a9dac..6aef549 100644 --- a/project.yaml +++ b/project.yaml @@ -4,10 +4,6 @@ group: netid: eu55 - name: Jeffrey Huang netid: jrh382 - - name: Vijay Shanmugam - netid: vrs29 - - name: Jason Klein - netid: jak532 - name: Utku Melemetci netid: um44 pm: @@ -19,4 +15,4 @@ git-repo: "https://github.com/ethanuppal/cs3110_compiler" demo-video-url: "" desc: > x86ISTMB (x86 Is Simple Trust Me Bro) is a fully featured optimizing compiler - for our own language by the same name. \ No newline at end of file + for our own language by the same name.