Skip to content

Commit

Permalink
bump to v1.0.0
Browse files Browse the repository at this point in the history
generated by `release` script in project root
  • Loading branch information
sentriz committed May 19, 2021
1 parent b386dc1 commit bf2d38f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/version.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#ifndef SUNCLOCK_VERSION_H
#define SUNCLOCK_VERSION_H

#define SUNCLOCK_VERSION "v0.1.1"
#define SUNCLOCK_VERSION "v1.0.0"

#endif
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ project(
'c',
meson_version : '>=0.46.0',
default_options : ['warning_level=3', 'werror=true'],
version : 'v0.1.1'
version : 'v1.0.0'
)

cc = meson.get_compiler('c')
Expand Down

0 comments on commit bf2d38f

Please sign in to comment.