Commit 62131ebc authored by Paul Asmuth's avatar Paul Asmuth
Browse files

set version to v0.2.0

parent b576eb21
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ find_package(Fontconfig)
find_package(PNG)
include_directories(${CAIRO_INCLUDE_DIRS} ${FREETYPE_INCLUDE_DIRS} ${HARFBUZZ_INCLUDE_DIRS} ${PNG_INCLUDE_DIRS})

add_definitions(-DFNORDMETRIC_VERSION="unstable")
add_definitions(-DPLOTFX_VERSION="v0.2.0")

add_library(plotfxlib STATIC
    source/plot.cc
+1 −1
Original line number Diff line number Diff line
# PlotFX v0.1.0
# PlotFX v0.2.0

PlotFX is a standalone tool for creating charts and other data-driven graphics.

+1 −1
Original line number Diff line number Diff line
@@ -86,7 +86,7 @@ int main(int argc, const char** argv) {
            "Part of the PlotFX project (https://plotfx.org)\n"
            "Copyright (c) 2019, Paul Asmuth, Laura Schlimmer.\n"
            "All rights reserved.\n\n",
            FNORDMETRIC_VERSION);
            PLOTFX_VERSION);

    return 0;
  }