Skip to content

Commit

Permalink
Create 1.3-rc1 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Benau committed Aug 30, 2021
1 parent f9fa9a7 commit c25d8da
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.8.4)

# root CMakeLists for the SuperTuxKart project
project(SuperTuxKart)
set(PROJECT_VERSION "git")
set(PROJECT_VERSION "1.3-rc1")

add_definitions( -DSUPERTUXKART_VERSION="${PROJECT_VERSION}" )

Expand Down
File renamed without changes.

3 comments on commit c25d8da

@Benau
Copy link
Contributor Author

@Benau Benau commented on c25d8da Aug 30, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you it?

Also src tarball and duda

@Benau
Copy link
Contributor Author

@Benau Benau commented on c25d8da Aug 30, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remember git submodule update

@Benau
Copy link
Contributor Author

@Benau Benau commented on c25d8da Aug 31, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do you think it has a sense to support armv6 (like rpi zero w) so their users can at least try a headless server?
You can try https://github.com/Pro/raspi-toolchain

Also maybe we can use linux- i686? / x86_64 instead of 32bit / 64bit for consistency

Please sign in to comment.