Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Megospc authored and Megospc committed Jul 2, 2024
1 parent 61bdf56 commit f1ef84a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ set(OPTIMIZATIONS ON) # Enable compiler optimizations
# MAIN CODE
cmake_minimum_required(VERSION 3.1)

project(Forcell VERSION 1.0.0)
project(Forcell VERSION 1.2.0)

set(EXECUTABLE "Forcell")

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Forcell
Forcell is a particle life simulation with new features and GPU computing via OpenCL.

Version: 1.0.0 (01.07.2024)
Version: 1.2.0 (02.07.2024)

## Features
+ Multi-threaded computing on CPU
Expand Down
4 changes: 2 additions & 2 deletions src/Main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
*
* Copyright (c) 2024 Megospc
*
* Version: 1.0.0 (01.07.2024)
* Version: 1.2.0 (02.07.2024)
*
**********************************/

#define VERSION "Version: 1.0.0 (01.07.2024)"
#define VERSION "Version: 1.2.0 (02.07.2024)"

#ifndef WINDOW_WIDTH
#define WINDOW_WIDTH 1600
Expand Down

0 comments on commit f1ef84a

Please sign in to comment.