Skip to content

Commit

Permalink
version 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LiangliangNan committed Jan 3, 2025
1 parent 56a2627 commit ed68821
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ option(Easy3D_ENABLE_FFMPEG "Build the video encoding module that requires ffmpe
################################################################################

set(Easy3D_VERSION_MAJOR 2)
set(Easy3D_VERSION_MINOR 5)
set(Easy3D_VERSION_PATCH 4)
set(Easy3D_VERSION_MINOR 6)
set(Easy3D_VERSION_PATCH 0)
set(Easy3D_VERSION_STRING ${Easy3D_VERSION_MAJOR}.${Easy3D_VERSION_MINOR}.${Easy3D_VERSION_PATCH})
set(Easy3D_VERSION_NUMBER 10${Easy3D_VERSION_MAJOR}0${Easy3D_VERSION_MINOR}0${Easy3D_VERSION_PATCH})

Expand Down
4 changes: 2 additions & 2 deletions easy3d/util/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ namespace easy3d {
#define EASY3D_VERSION_STR Easy3D_VERSION_STRING

/// Easy3D version number, in the format 10[MAJOR]0[MINOR]0[PATCH].
#define EASY3D_VERSION_NR 1020504
#define EASY3D_VERSION_NR 1020600

/// Easy3D release date, in the format YYYYMMDD.
#define EASY3D_RELEASE_DATE 20250102
#define EASY3D_RELEASE_DATE 20250103


#endif // EASY3D_UTIL_VERSION_H

0 comments on commit ed68821

Please sign in to comment.