Skip to content

Commit

Permalink
Revert version back to dev versioning (#2323)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickclark2016 authored Nov 11, 2024
1 parent eb5238f commit 4ac3770
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/host/premake.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* \file premake.h
* \brief Program-wide constants and definitions.
* \author Copyright (c) 2002-2021 Jess Perkins and the Premake project
* \author Copyright (c) 2002-2024 Jess Perkins and the Premake project
*/

#define lua_c
Expand All @@ -12,8 +12,8 @@
#include <stdint.h>
#include <stdlib.h>

#define PREMAKE_VERSION "5.0.0-beta3"
#define PREMAKE_COPYRIGHT "Copyright (C) 2002-2021 Jess Perkins and the Premake Project"
#define PREMAKE_VERSION "5.0.0-dev"
#define PREMAKE_COPYRIGHT "Copyright (C) 2002-2024 Jess Perkins and the Premake Project"
#define PREMAKE_PROJECT_URL "https://github.com/premake/premake-core/wiki"

#if defined(__linux__)
Expand Down

0 comments on commit 4ac3770

Please sign in to comment.