In the following example i labeled each subeqnation.
\begin{subequations}
\begin{gather}
R_0 = 0 \label{subeqn:ini-cond-r} \\
N_0 = 0 \label{subeqn:ini-cond-n}
\end{gather}
\end{subequations}
then i could give as reference each equation separately.
What i would like to have, assuming the subequation numbers are 1.1a and 1.1b, is a reference to 1.1 or somehow that LaTeX will show the number 1.1 (It would be nice a solution with hyperref, since i already use it in my work)

