Changeset eca0d7 for configure.ac
- Timestamp:
- Mar 17, 2017, 10:11:35 AM (8 years ago)
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure.ac
rc4c113 reca0d7 3 3 4 4 AC_PREREQ(2.59) 5 AC_INIT(MoleCuilder, 1. 5.4, [foo@molecuilder.de], [molecuilder], [http://www.molecuilder.de/])5 AC_INIT(MoleCuilder, 1.6.0, [foo@molecuilder.de], [molecuilder], [http://www.molecuilder.de/]) 6 6 AC_CONFIG_AUX_DIR([build-aux]) 7 7 AC_CONFIG_SRCDIR([src/builder.cpp]) … … 167 167 # refer to the libtool manual, section "Updating library version information": 168 168 # 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])169 AC_SUBST([MOLECUILDER_SO_VERSION], [17:0:1]) 170 AC_SUBST([MOLECUILDER_API_VERSION], [1.6.0]) 171 171 172 172 dnl this macro is used to get the arguments supplied
Note:
See TracChangeset
for help on using the changeset viewer.