Skip to content

Commit

Permalink
Update VERSION!
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanuppal committed May 11, 2024
1 parent 1d2b474 commit 972b9e6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 16 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<!-- THIS FILE IS GENERATED AUTOMATICALLY. -->
<!-- DO NOT EDIT THIS FILE. -->
<!-- EDIT README.md.template INSTEAD. -->
# 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
Expand Down
11 changes: 2 additions & 9 deletions lib/user/meta.ml
Original file line number Diff line number Diff line change
Expand Up @@ -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" ];
}
6 changes: 1 addition & 5 deletions project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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.
for our own language by the same name.

0 comments on commit 972b9e6

Please sign in to comment.