Skip to content

Commit

Permalink
Bump to v24.8.8, for next release of swiftusd.
Browse files Browse the repository at this point in the history
Signed-off-by: furby™ <[email protected]>
  • Loading branch information
furby-tm committed Nov 5, 2024
1 parent cd31423 commit b4f19e2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rust-usd"
version = "24.8.7"
version = "24.8.8"
edition = "2021"
publish = []

Expand Down
2 changes: 1 addition & 1 deletion DeclarativePixarUSD.usda
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#usda 1.0
(
doc = "SwiftUSD v24.08.7 | Declarative API"
doc = "SwiftUSD v24.08.8 | Declarative API"
)

def "DeclarativeScene"
Expand Down
2 changes: 1 addition & 1 deletion HelloPixarUSD.usda
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#usda 1.0
(
doc = "SwiftUSD v24.08.7"
doc = "SwiftUSD v24.08.8"
)

def Xform "Geometry"
Expand Down
2 changes: 1 addition & 1 deletion Sources/pxr/include/pxr/pxrns.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

/* ------ swift usd. ------ */

# define SWIFTUSD_EVOLUTION 7
# define SWIFTUSD_EVOLUTION 8
# define PXR_INTERNAL_NS Pixar

/* ------------------------ */
Expand Down

0 comments on commit b4f19e2

Please sign in to comment.