Skip to content

Commit

Permalink
Post-release chores
Browse files Browse the repository at this point in the history
  • Loading branch information
flowerysong committed Nov 22, 2024
1 parent b673738 commit fc59bf9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

All notable changes to this project will be documented in this file.

## Unreleased

### Added

### Changed

### Removed

### Fixed

## [1.2.0](https://github.com/flowerysong/OpenARC/releases/tag/v1.2.0) - 2024-11-22

Big thanks to [@lquidfire](https://github.com/lquidfire),
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ AC_PREREQ(2.61)
#
m4_define([VERSION_RELEASE], 1)
m4_define([VERSION_MAJOR_REV], 2)
m4_define([VERSION_MINOR_REV], 0)
m4_define([VERSION_MINOR_REV], 1)
# leave this empty for an actual release
m4_define([VERSION_PRE], [])
m4_define([VERSION_PRE], [pre0])

#
# Library version, only update at release time
Expand Down

0 comments on commit fc59bf9

Please sign in to comment.