Skip to content

Commit 00f9126

Browse files
authored
Merge pull request #7 from CIS548/angelapwen/fix-clang-typo
Fix typo — clang 10.0 to clang 10
2 parents c363c7d + f59602f commit 00f9126

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
# Changelog
22

33
## [Unreleased]
4-
-
4+
-
5+
6+
## 1.0.3 - 2021.09.02
7+
- Fix typo with clang-10 install
58

69
## 1.0.2 - 2021.08.29
710
### Changed

vagrantfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ Vagrant.configure(2) do |config|
1818
sudo apt-get -y upgrade
1919
sudo apt-get install -y virtualbox-guest-utils
2020
sudo apt-get install -y emacs
21-
sudo apt-get install -y clang-10.0
21+
sudo apt-get install -y clang-10
2222
sudo apt-get install -y clang-format-10
2323
sudo update-alternatives --install /usr/bin/clang clang /usr/bin/clang-10 100
24-
sudo update-alternatives --install /usr/bin/clang-format clang-format /usr/bin/clang-format-10.0 100
24+
sudo update-alternatives --install /usr/bin/clang-format clang-format /usr/bin/clang-format-10 100
2525
sudo apt-get install -y gdb
2626
sudo apt-get install -y lldb-3.8
2727
sudo apt-get install -y valgrind

0 commit comments

Comments
 (0)