Skip to content

Commit

Permalink
Going to StellarSolver 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rlancaste committed Mar 15, 2022
1 parent dab1d1d commit e1e277b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ cmake_minimum_required(VERSION 3.0)
# Timestamp build
string(TIMESTAMP StellarSolver_BUILD_TS UTC)

# StellarSolver Version 2.1
# StellarSolver Version 2.2
set (StellarSolver_VERSION_MAJOR 2)
set (StellarSolver_VERSION_MINOR 1)
set (StellarSolver_VERSION_MINOR 2)

set (StellarSolver_SOVERSION "${StellarSolver_VERSION_MAJOR}")
set (StellarSolver_VERSION ${StellarSolver_VERSION_MAJOR}.${StellarSolver_VERSION_MINOR})
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
libstellarsolver (2.2) focal; urgency=medium

* New release.

-- Robert Lancaster <[email protected]> Thu, 15 Mar 2022 17:00:00 -0400

libstellarsolver (2.1) focal; urgency=medium

* New release.
Expand Down
4 changes: 3 additions & 1 deletion spec/stellarsolver.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%define __cmake_in_source_build %{_vpath_builddir}

Name: stellarsolver
Version: 2.1.git
Version: 2.2.git
Release: %(date -u +%%Y%%m%%d%%H%%M%%S)%{?dist}
Summary: The Cross Platform Sextractor and Astrometry.net-Based Internal Astrometric Solver

Expand Down Expand Up @@ -53,6 +53,8 @@ An Astrometric Plate Solver for Mac, Linux, and Windows, built on Astrometry.net
%license LICENSE

%changelog
* Thu Mar 15 2022 Rob Lancaster <[email protected]> 2.2.git
- Updating Spec file to latest version
* Thu Mar 10 2022 Rob Lancaster <[email protected]> 2.1.git
- Updating Spec file to latest version
* Thu Mar 02 2022 Jim Howard <[email protected]> 2.0.git
Expand Down

0 comments on commit e1e277b

Please sign in to comment.