Skip to content

Commit

Permalink
Release v20190306.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoloberdin committed Mar 6, 2019
1 parent 9226a93 commit f9c234d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.7)
project(sjasmplus)

SET(SJASMPLUS_VERSION 20190306+++WiP)
SET(SJASMPLUS_VERSION 20190306.1)

set(CMAKE_CXX_STANDARD 14)

Expand Down
6 changes: 6 additions & 0 deletions ChangeLog.md
@@ -1,6 +1,12 @@
# Change Log
The format is based on [Keep a Changelog](http://keepachangelog.com/)

## 2019-03-06
- Version 20190306.1

### Fixed
- Fix some problems with `MACRO` arguments parsing

## 2019-03-06
- Version 20190306

Expand Down

0 comments on commit f9c234d

Please sign in to comment.