Skip to content

Commit

Permalink
Prepare v1.0.46 with release notes (#107)
Browse files Browse the repository at this point in the history
Re-adding release notes. Adding notes for this release. Updating version in `adobe/config.hpp`.
  • Loading branch information
sean-parent authored Feb 16, 2024
1 parent 1ccef45 commit 36867df
Show file tree
Hide file tree
Showing 2 changed files with 2,571 additions and 1 deletion.
2 changes: 1 addition & 1 deletion adobe/config.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

#define ADOBE_VERSION_MAJOR 1
#define ADOBE_VERSION_MINOR 0
#define ADOBE_VERSION_SUBMINOR 45
#define ADOBE_VERSION_SUBMINOR 46

#define ADOBE_VERSION \
(ADOBE_VERSION_MAJOR * 100000 + ADOBE_VERSION_MINOR * 100 + ADOBE_VERSION_SUBMINOR)
Expand Down
Loading

0 comments on commit 36867df

Please sign in to comment.