# HG changeset patch # User Sebastien Jodogne # Date 1410445857 -7200 # Node ID 01c907f35d090bd49a94a6da2474a8f646cb50bd # Parent 279055cb779565598769e31f721a580cbf685a41 fix mainline version diff -r 279055cb7795 -r 01c907f35d09 CMakeLists.txt --- a/CMakeLists.txt Thu Sep 11 16:30:41 2014 +0200 +++ b/CMakeLists.txt Thu Sep 11 16:30:57 2014 +0200 @@ -3,7 +3,7 @@ project(Orthanc) # Version of the build, should always be "mainline" except in release branches -set(ORTHANC_VERSION "0.8.3") +set(ORTHANC_VERSION "mainline") #####################################################################