Skip to content

Commit

Permalink
Version changed to 24.02
Browse files Browse the repository at this point in the history
  • Loading branch information
przemyslawzygmunt committed Feb 27, 2024
1 parent f9735bf commit f1e1915
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ void GetVersionIntegrationTest::getVersionTest(bool withoutRegistration) {
ASSERT_EQ(version.proto_version_min, 1);
ASSERT_EQ(version.proto_version, SUPLA_PROTO_VERSION);

char VersionSuffix[] = "23.";
char VersionSuffix[] = "24.";
ASSERT_EQ(memcmp(VersionSuffix, version.SoftVer, strlen(VersionSuffix)), 0);
}

Expand Down
2 changes: 1 addition & 1 deletion supla-server/src/svrcfg.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ extern "C" {
#define CFG_OAUTH_URL_MAXSIZE 96
#define CFG_OAUTH_TOKEN_SIZE 86

#define SERVER_VERSION "23.12.01"
#define SERVER_VERSION "23.02"

#define CFG_UID 0
#define CFG_GID 1
Expand Down

0 comments on commit f1e1915

Please sign in to comment.