diff options
author | Kevin Lange <klange@yelp.com> | 2013-05-20 16:51:29 -0700 |
---|---|---|
committer | Kevin Lange <klange@yelp.com> | 2013-05-20 16:51:29 -0700 |
commit | 89c5bc80e8051340bb10219af4c3afe02731e8cd (patch) | |
tree | ed783149f780f4d6c3a34df115b910ca0a9644e9 | |
parent | fca462d02b8e6a366b4080843d9e23d23fc510f5 (diff) | |
download | nyancat-89c5bc80e8051340bb10219af4c3afe02731e8cd.tar.gz |
Version bump
Diffstat (limited to '')
-rw-r--r-- | CHANGELOG | 5 | ||||
-rw-r--r-- | Makefile | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +1.2 (marked on 2013-05-20) + * Remove toaruos legacy support + * May possibly have fixed misidentification on GitHub + * Other minor fixes + 1.1 (tagged on 2013-01-28) * Support the Suckless terminal * Support building for とあるOS @@ -1,5 +1,5 @@ package = nyancat -version = 1.1 +version = 1.2 tarname = $(package) distdir = $(tarname)-$(version) |