Changeset eca0d7 for configure.ac


Ignore:
Timestamp:
Mar 17, 2017, 10:11:35 AM (8 years ago)
Author:
Frederik Heber <heber@…>
Branches:
Action_Thermostats, Add_AtomRandomPerturbation, Add_RotateAroundBondAction, Add_SelectAtomByNameAction, Adding_Graph_to_ChangeBondActions, Adding_MD_integration_tests, Adding_StructOpt_integration_tests, AutomationFragmentation_failures, Candidate_v1.6.0, Candidate_v1.6.1, ChangeBugEmailaddress, ChangingTestPorts, ChemicalSpaceEvaluator, Disabling_MemDebug, Docu_Python_wait, EmpiricalPotential_contain_HomologyGraph_documentation, Enhance_userguide, Enhanced_StructuralOptimization, Enhanced_StructuralOptimization_continued, Example_ManyWaysToTranslateAtom, Exclude_Hydrogens_annealWithBondGraph, FitPartialCharges_GlobalError, Fix_ChronosMutex, Fix_StatusMsg, Fix_StepWorldTime_single_argument, Fix_Verbose_Codepatterns, ForceAnnealing_goodresults, ForceAnnealing_oldresults, ForceAnnealing_tocheck, ForceAnnealing_with_BondGraph, ForceAnnealing_with_BondGraph_continued, ForceAnnealing_with_BondGraph_continued_betteresults, ForceAnnealing_with_BondGraph_contraction-expansion, GeometryObjects, Gui_displays_atomic_force_velocity, IndependentFragmentGrids_IntegrationTest, JobMarket_RobustOnKillsSegFaults, JobMarket_StableWorkerPool, PartialCharges_OrthogonalSummation, PythonUI_with_named_parameters, QtGui_reactivate_TimeChanged_changes, Recreated_GuiChecks, RotateToPrincipalAxisSystem_UndoRedo, StoppableMakroAction, TremoloParser_IncreasedPrecision, TremoloParser_MultipleTimesteps, Ubuntu_1604_changes, stable
Children:
aa91de0, dbd841
Parents:
c4c113
git-author:
Frederik Heber <heber@…> (03/02/17 15:19:38)
git-committer:
Frederik Heber <heber@…> (03/17/17 10:11:35)
Message:

Set version to 1.6.0.

  • MoleCuilder library is now 17:0:1.
  • Codename "Sechzehn" (German word for the number 16).
  • Added to debian/changelog.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure.ac

    rc4c113 reca0d7  
    33
    44AC_PREREQ(2.59)
    5 AC_INIT(MoleCuilder, 1.5.4, [foo@molecuilder.de], [molecuilder], [http://www.molecuilder.de/])
     5AC_INIT(MoleCuilder, 1.6.0, [foo@molecuilder.de], [molecuilder], [http://www.molecuilder.de/])
    66AC_CONFIG_AUX_DIR([build-aux])
    77AC_CONFIG_SRCDIR([src/builder.cpp])
     
    167167# refer to the libtool manual, section "Updating library version information":
    168168# http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
    169 AC_SUBST([MOLECUILDER_SO_VERSION], [17:0:0])
    170 AC_SUBST([MOLECUILDER_API_VERSION], [1.5.4])
     169AC_SUBST([MOLECUILDER_SO_VERSION], [17:0:1])
     170AC_SUBST([MOLECUILDER_API_VERSION], [1.6.0])
    171171
    172172dnl this macro is used to get the arguments supplied
Note: See TracChangeset for help on using the changeset viewer.