diff --git a/CMakeLists.txt b/CMakeLists.txt index 5acfe37e1..f46eb2005 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.13 FATAL_ERROR) project(libxs - VERSION 1.0.0 + VERSION 1.0 LANGUAGES C) include(GNUInstallDirs) diff --git a/scripts/debian/changelog b/scripts/debian/changelog index e4ed33e21..26357199a 100644 --- a/scripts/debian/changelog +++ b/scripts/debian/changelog @@ -1,4 +1,4 @@ -libxs (1.0.0-1) unstable; urgency=medium +libxs (1.0-1) unstable; urgency=medium * Initial packaging. diff --git a/scripts/fedora/libxs.spec b/scripts/fedora/libxs.spec index 58d6fc6c1..338ac03af 100644 --- a/scripts/fedora/libxs.spec +++ b/scripts/fedora/libxs.spec @@ -2,7 +2,7 @@ %bcond_without tests Name: libxs -Version: 1.0.0 +Version: 1.0 Release: %autorelease Summary: Portable C library for numerics, memory operations, and utilities