Skip to content

Commit

Permalink
master: préparation v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre Ayoub committed May 24, 2018
1 parent dce21fd commit 238deaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ endif()
# Projet =======================================================================

# Nom du projet et description.
project (StegX VERSION 0.1
project (StegX VERSION 1.0.0
DESCRIPTION "Projet de Stéganographie pour l'UVSQ"
LANGUAGES C
)
Expand All @@ -31,7 +31,7 @@ string (REPLACE "\"" "\\\"" PROJECT_LICENSE_FULL_TEXT "${PROJECT_LICENSE_FULL_TE

# Modes de compilation.
set (CMAKE_CONFIGURATION_TYPES Debug;Release)
set (CMAKE_BUILD_TYPE Debug)
set (CMAKE_BUILD_TYPE Release)

# Configuration ================================================================

Expand Down

0 comments on commit 238deaa

Please sign in to comment.