Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add dynamic build date using time() function in VersionInfo #6473

Open
wants to merge 6 commits into
base: stable
Choose a base branch
from

Commits on Oct 25, 2024

  1. Add dynamic build date using time() function in VersionInfo

    This update introduces a dynamic build date in the VersionInfo class using the time() function, allowing the build date to be set at runtime. This change ensures that the build date is always current without needing manual updates.
    AzaleeX committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    67e22b7 View commit details
    Browse the repository at this point in the history
  2. fix: style

    AzaleeX committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    0e49b75 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. Configuration menu
    Copy the full SHA
    aae78bd View commit details
    Browse the repository at this point in the history
  2. Release 1.0.0 test

    AzaleeX committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    feb90bf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e277041 View commit details
    Browse the repository at this point in the history
  4. change: from mixed to int

    AzaleeX committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    7bd8122 View commit details
    Browse the repository at this point in the history