Skip to content

Commit

Permalink
[1.3] bump to lolly 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
da-liii authored Nov 8, 2023
1 parent 52ea4c4 commit 88cdab6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ set_allowedmodes("releasedbg", "release", "debug")
add_rules("mode.debug")

set_project("lolly")
LOLLY_VERSION= "1.3.0"

set_languages("c++17")
includes("@builtin/check")
Expand Down Expand Up @@ -263,7 +264,7 @@ add_configfiles(
pattern = "@(.-)@",
variables = {
PACKAGE = "Lolly",
LOLLY_VERSION = "1.2.0",
LOLLY_VERSION = LOLLY_VERSION,
DOXYGEN_DIR = get_config("buildir"),
DEVEL_VERSION = DEVEL_VERSION,
HTML_EXTRA_STYLESHEET = "doxygen-awesome-css/doxygen-awesome.css",
Expand Down

0 comments on commit 88cdab6

Please sign in to comment.