Skip to content

Commit 81147b8

Browse files
committed
Bump version to 1.0.0; update AUTHORS and CHANGELOG
1 parent 39a61fc commit 81147b8

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

AUTHORS.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,9 @@ If you're missing in this file, please add yourself with contact info.
2626
* [jraynal](https://github.com/jraynal)
2727
* [DrBarbare](https://github.com/DrBarbare)
2828
* [BillyONeal](https://github.com/BillyONeal)
29+
* [strga-nil](https://github.com/strega-nil)
30+
* Greg Lindsey
31+
* [Chuvi](https://github.com/Chuvi-w)
32+
* [lapinozz](https://github.com/lapinozz)
33+
* [al-mission-2016](https://github.com/al-mission-2016)
34+
* [Chris Trasher](https://github.com/ChrisThrasher)

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Unreleased
3+
## Release 1.0.0
44

55
Enhancements:
66

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required( VERSION 3.22 )
22

3-
set( SFGUI_MAJOR_VERSION 0 )
4-
set( SFGUI_MINOR_VERSION 4 )
3+
set( SFGUI_MAJOR_VERSION 1 )
4+
set( SFGUI_MINOR_VERSION 0 )
55
set( SFGUI_REVISION_VERSION 0 )
66
set( SFGUI_VERSION ${SFGUI_MAJOR_VERSION}.${SFGUI_MINOR_VERSION}.${SFGUI_REVISION_VERSION} )
77

0 commit comments

Comments
 (0)