Skip to content

Commit

Permalink
Server: v1.0 -> v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DvaMishkiLapa committed Oct 23, 2024
1 parent fe2b91c commit 1175009
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion server/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ project(VitaOxiPad)
include("${VITASDK}/share/vita.cmake" REQUIRED)
set(VITA_APP_NAME "VitaOxiPad")
set(VITA_TITLEID "VOXIPAD01")
set(VITA_VERSION "01.00")
set(VITA_VERSION "01.10")

# Vita's IP to send over FTP
if(DEFINED ENV{VITA_IP})
Expand Down
2 changes: 1 addition & 1 deletion server/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ int main() {
vita2d_start_drawing();
vita2d_clear_screen();
vita2d_pgf_draw_text(debug_font, 2, 20, common_text_color, 1.0,
"VitaOxiPad v1.0 \nbuild " __DATE__ ", " __TIME__);
"VitaOxiPad v1.1.0 \nbuild " __DATE__ ", " __TIME__);

if (events & NetEvent::NET_CONNECT) {
connected_to_network = true;
Expand Down

0 comments on commit 1175009

Please sign in to comment.