make it LAMMPS GUI version 1.0.0 since we're including it in the stable version

This commit is contained in:
Axel Kohlmeyer
2023-08-01 18:20:44 -04:00
parent 4f1946f307
commit f1cda322fe

View File

@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.16)
project(lammps-gui VERSION 0.9.1 LANGUAGES CXX)
project(lammps-gui VERSION 1.0.0 LANGUAGES CXX)
set(CMAKE_AUTOUIC ON)
set(CMAKE_AUTOMOC ON)