Skip to content

Commit

Permalink
Update version information for 1.0
Browse files Browse the repository at this point in the history
Set version to 1.0.0.

Signed-off-by: Mattias Rönnblom <[email protected]>
  • Loading branch information
m-ronnblom committed Aug 30, 2023
1 parent ef99fd8 commit 0973e3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
-*- Autoconf -*-

m4_define([tpaf_major_version], [0])
m4_define([tpaf_major_version], [1])
m4_define([tpaf_minor_version], [0])
m4_define([tpaf_patch_version], [1])
m4_define([tpaf_patch_version], [0])
m4_define([tpaf_version],[tpaf_major_version.tpaf_minor_version.tpaf_patch_version])

AC_INIT(ttpaf, [tpaf_version], [[email protected]])
Expand Down

0 comments on commit 0973e3b

Please sign in to comment.